#B849E5

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

Shades of Medium Orchid #B849E5

Tints of Medium Orchid #B849E5

Color information

#B849E5 (or 0xB849E5) is unknown color: approx Medium Orchid. HEX triplet: B8, 49 and E5. RGB value is (184,73,229). Sum of RGB (Red+Green+Blue) = 184+73+229=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #B849E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849E5 is #47B61A. Grayscale: #7B7B7B. Windows color (decimal): -4699675 or 15026616. OLE color: 15026616.

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

Color convert

RGB18473229-
CMYK0.200.6800.10
HSL282.69º75%59.22%-
HSV(B)282.69º68.12%89.8%-
XYZ36.2920.6176.19-
YUV123.97187.27170.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 73 (28.91% from 255) = 15.02%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=37.86%
G=15.02%
B=47.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184732290.200.6800.10282.697559.22
HexB849E514440A11b4b3b
Octal2701113452410401243311373
Binary10111000100100111100101101001000100010101000110111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B849E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B849E5; }

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

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

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

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

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

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

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

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