#B04ACA

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

Shades of Medium Orchid #B04ACA

Tints of Medium Orchid #B04ACA

Color information

#B04ACA (or 0xB04ACA) is unknown color: approx Medium Orchid. HEX triplet: B0, 4A and CA. RGB value is (176,74,202). Sum of RGB (Red+Green+Blue) = 176+74+202=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B04ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ACA is #4FB535. Grayscale: #767676. Windows color (decimal): -5223734 or 13257392. OLE color: 13257392.

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

Color convert

RGB17674202-
CMYK0.130.6300.21
HSL287.81º54.7%54.12%-
HSV(B)287.81º63.37%79.22%-
XYZ31.0118.3957.79-
YUV119.09174.79168.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=38.94%
G=16.37%
B=44.69%

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
Decimal176742020.130.6300.21287.8154.754.12
HexB04ACAD3F0151203736
Octal26011231215770254406766
Binary101100001001010110010101101111111010101100100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04ACA; }

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

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

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

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

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

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

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

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