#B852E1

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

Shades of Medium Orchid #B852E1

Tints of Medium Orchid #B852E1

Color information

#B852E1 (or 0xB852E1) is unknown color: approx Medium Orchid. HEX triplet: B8, 52 and E1. RGB value is (184,82,225). Sum of RGB (Red+Green+Blue) = 184+82+225=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #B852E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852E1 is #47AD1E. Grayscale: #808080. Windows color (decimal): -4697375 or 14766776. OLE color: 14766776.

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

Color convert

RGB18482225-
CMYK0.180.6400.12
HSL282.8º70.44%60.2%-
HSV(B)282.8º63.56%88.24%-
XYZ36.3821.6673.5-
YUV128.8182.29167.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 82 (32.42% from 255) = 16.70%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=37.47%
G=16.70%
B=45.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal184822250.180.6400.12282.870.4460.2
HexB852E112400C11b463c
Octal2701223412210001443310674
Binary10111000101001011100001100101000000011001000110111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B852E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B852E1; }

 p { color: rgb(184,82,225); }

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

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

 a { background-color: rgb(184,82,225); }

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

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

 span { border-color: rgb(184,82,225); }

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