#B853CA

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

Shades of Medium Orchid #B853CA

Tints of Medium Orchid #B853CA

Color information

#B853CA (or 0xB853CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 53 and CA. RGB value is (184,83,202). Sum of RGB (Red+Green+Blue) = 184+83+202=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B853CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853CA is #47AC35. Grayscale: #7E7E7E. Windows color (decimal): -4697142 or 13259704. OLE color: 13259704.

HSL color Cylindrical-coordinate representation of color #B853CA: hue angle of 290.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B853CA is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18483202-
CMYK0.090.5900.21
HSL290.92º52.89%55.88%-
HSV(B)290.92º58.91%79.22%-
XYZ33.5220.6458.09-
YUV126.76170.46168.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=39.23%
G=17.70%
B=43.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184832020.090.5900.21290.9252.8955.88
HexB853CA93B0151233538
Octal27012331211730254436570
Binary101110001010011110010101001111011010101100100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B853CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B853CA; }

 p { color: rgb(184,83,202); }

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

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

 a { background-color: rgb(184,83,202); }

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

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

 span { border-color: rgb(184,83,202); }

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