#B851CA

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

Shades of Medium Orchid #B851CA

Tints of Medium Orchid #B851CA

Color information

#B851CA (or 0xB851CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 51 and CA. RGB value is (184,81,202). Sum of RGB (Red+Green+Blue) = 184+81+202=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B851CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851CA is #47AE35. Grayscale: #7D7D7D. Windows color (decimal): -4697654 or 13259192. OLE color: 13259192.

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

Color convert

RGB18481202-
CMYK0.090.6000.21
HSL291.07º53.3%55.49%-
HSV(B)291.07º59.9%79.22%-
XYZ33.3720.3458.04-
YUV125.59171.12169.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=39.40%
G=17.34%
B=43.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184812020.090.6000.21291.0753.355.49
HexB851CA93C0151233537
Octal27012131211740254436567
Binary101110001010001110010101001111100010101100100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B851CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B851CA; }

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

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

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

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

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

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

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

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