#B251CA

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

Shades of Medium Orchid #B251CA

Tints of Medium Orchid #B251CA

Color information

#B251CA (or 0xB251CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 51 and CA. RGB value is (178,81,202). Sum of RGB (Red+Green+Blue) = 178+81+202=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #B251CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251CA is #4DAE35. Grayscale: #7B7B7B. Windows color (decimal): -5090870 or 13259186. OLE color: 13259186.

HSL color Cylindrical-coordinate representation of color #B251CA: hue angle of 288.1º 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 #B251CA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17881202-
CMYK0.120.6000.21
HSL288.1º53.3%55.49%-
HSV(B)288.1º59.9%79.22%-
XYZ31.9619.6157.98-
YUV123.8172.14166.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=38.61%
G=17.57%
B=43.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178812020.120.6000.21288.153.355.49
HexB251CAC3C0151203537
Octal26212131214740254406567
Binary101100101010001110010101100111100010101100100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B251CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B251CA; }

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

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

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

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

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

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

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

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