#B874E5

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

Shades of Medium Orchid #B874E5

Tints of Medium Orchid #B874E5

Color information

#B874E5 (or 0xB874E5) is unknown color: approx Medium Orchid. HEX triplet: B8, 74 and E5. RGB value is (184,116,229). Sum of RGB (Red+Green+Blue) = 184+116+229=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #B874E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B874E5 is #478B1A. Grayscale: #949494. Windows color (decimal): -4688667 or 15037624. OLE color: 15037624.

HSL color Cylindrical-coordinate representation of color #B874E5: hue angle of 276.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B874E5 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184116229-
CMYK0.200.4900.10
HSL276.11º68.48%67.65%-
HSV(B)276.11º49.34%89.8%-
XYZ40.1628.3477.48-
YUV149.21173.03152.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 116 (45.70% from 255) = 21.93%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=34.78%
G=21.93%
B=43.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841162290.200.4900.10276.1168.4867.65
HexB874E514310A1144444
Octal2701643452461012424104104
Binary10111000111010011100101101001100010101010001010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B874E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B874E5; }

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

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

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

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

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

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

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

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