#B04BCA

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

Shades of Medium Orchid #B04BCA

Tints of Medium Orchid #B04BCA

Color information

#B04BCA (or 0xB04BCA) is unknown color: approx Medium Orchid. HEX triplet: B0, 4B and CA. RGB value is (176,75,202). Sum of RGB (Red+Green+Blue) = 176+75+202=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #B04BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BCA is #4FB435. Grayscale: #777777. Windows color (decimal): -5223478 or 13257648. OLE color: 13257648.

HSL color Cylindrical-coordinate representation of color #B04BCA: hue angle of 287.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04BCA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17675202-
CMYK0.130.6300.21
HSL287.72º54.51%54.31%-
HSV(B)287.72º62.87%79.22%-
XYZ31.0818.5357.81-
YUV119.68174.46168.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=38.85%
G=16.56%
B=44.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176752020.130.6300.21287.7254.5154.31
HexB04BCAD3F0151203736
Octal26011331215770254406766
Binary101100001001011110010101101111111010101100100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04BCA; }

 p { color: rgb(176,75,202); }

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

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

 a { background-color: rgb(176,75,202); }

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

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

 span { border-color: rgb(176,75,202); }

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