#B874E0

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

Shades of Medium Orchid #B874E0

Tints of Medium Orchid #B874E0

Color information

#B874E0 (or 0xB874E0) is unknown color: approx Medium Orchid. HEX triplet: B8, 74 and E0. RGB value is (184,116,224). Sum of RGB (Red+Green+Blue) = 184+116+224=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #B874E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874E0 is #478B1F. Grayscale: #949494. Windows color (decimal): -4688672 or 14709944. OLE color: 14709944.

HSL color Cylindrical-coordinate representation of color #B874E0: hue angle of 277.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B874E0 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184116224-
CMYK0.180.4800.12
HSL277.78º63.53%66.67%-
HSV(B)277.78º48.21%87.84%-
XYZ39.4728.0673.86-
YUV148.64170.53153.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=35.11%
G=22.14%
B=42.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1841162240.180.4800.12277.7863.5366.67
HexB874E012300C1164043
Octal2701643402260014426100103
Binary10111000111010011100000100101100000110010001011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874E0; }

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

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

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

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

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

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

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

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