#B047C8

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

Shades of Medium Orchid #B047C8

Tints of Medium Orchid #B047C8

Color information

#B047C8 (or 0xB047C8) is unknown color: approx Medium Orchid. HEX triplet: B0, 47 and C8. RGB value is (176,71,200). Sum of RGB (Red+Green+Blue) = 176+71+200=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #B047C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047C8 is #4FB837. Grayscale: #747474. Windows color (decimal): -5224504 or 13125552. OLE color: 13125552.

HSL color Cylindrical-coordinate representation of color #B047C8: hue angle of 288.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B047C8 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17671200-
CMYK0.120.6400.22
HSL288.84º53.97%53.14%-
HSV(B)288.84º64.5%78.43%-
XYZ30.5817.9156.49-
YUV117.1174.79170.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=39.37%
G=15.88%
B=44.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176712000.120.6400.22288.8453.9753.14
HexB047C8C400161213635
Octal260107310141000264416665
Binary1011000010001111100100011001000000010110100100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B047C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B047C8; }

 p { color: rgb(176,71,200); }

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

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

 a { background-color: rgb(176,71,200); }

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

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

 span { border-color: rgb(176,71,200); }

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