#B14FCD

Color #B14FCD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B14FCD

Tints of Medium Orchid #B14FCD

Color information

#B14FCD (or 0xB14FCD) is unknown color: approx Medium Orchid. HEX triplet: B1, 4F and CD. RGB value is (177,79,205). Sum of RGB (Red+Green+Blue) = 177+79+205=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B14FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FCD is #4EB032. Grayscale: #7A7A7A. Windows color (decimal): -5156915 or 13455281. OLE color: 13455281.

HSL color Cylindrical-coordinate representation of color #B14FCD: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14FCD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17779205-
CMYK0.140.6100.20
HSL286.67º55.75%55.69%-
HSV(B)286.67º61.46%80.39%-
XYZ31.9519.3559.81-
YUV122.67174.47166.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=38.39%
G=17.14%
B=44.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177792050.140.6100.20286.6755.7555.69
HexB14FCDE3D01411f3838
Octal26111731516750244377070
Binary101100011001111110011011110111101010100100011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14FCD; }

 p { color: rgb(177,79,205); }

 H1.HeaderClassName
 {
   color: #B14FCD;
 }
 .AnyTagClassName
 {
   color: #B14FCD;
 }
</style>
background-color css

<style>
 a { background-color: #B14FCD; }

 a { background-color: rgb(177,79,205); }

 div.DivClassName
 {
   background-color: #B14FCD;
 }
 .BgClassName
 {
   background-color: #B14FCD;
 }
</style>
border-color css

<style>
 span { border-color: #B14FCD; }

 span { border-color: rgb(177,79,205); }

 td.TdClassName
 {
   border-color: #B14FCD;
 }
 .TagClassName
 {
   border-color: #B14FCD;
 }
</style>