#B874CC

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

Shades of Medium Orchid #B874CC

Tints of Medium Orchid #B874CC

Color information

#B874CC (or 0xB874CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 74 and CC. RGB value is (184,116,204). Sum of RGB (Red+Green+Blue) = 184+116+204=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #B874CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874CC is #478B33. Grayscale: #929292. Windows color (decimal): -4688692 or 13399224. OLE color: 13399224.

HSL color Cylindrical-coordinate representation of color #B874CC: hue angle of 286.36º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B874CC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184116204-
CMYK0.100.4300.2
HSL286.36º46.32%62.75%-
HSV(B)286.36º43.14%80%-
XYZ36.9127.0460.4-
YUV146.36160.53154.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 116 (45.70% from 255) = 23.02%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=36.51%
G=23.02%
B=40.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841162040.100.4300.2286.3646.3262.75
HexB874CCA2B01411e2e3f
Octal27016431412530244365677
Binary101110001110100110011001010101011010100100011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874CC; }

 p { color: rgb(184,116,204); }

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

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

 a { background-color: rgb(184,116,204); }

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

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

 span { border-color: rgb(184,116,204); }

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