#B04EC3

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

Shades of Medium Orchid #B04EC3

Tints of Medium Orchid #B04EC3

Color information

#B04EC3 (or 0xB04EC3) is unknown color: approx Medium Orchid. HEX triplet: B0, 4E and C3. RGB value is (176,78,195). Sum of RGB (Red+Green+Blue) = 176+78+195=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #B04EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EC3 is #4FB13C. Grayscale: #787878. Windows color (decimal): -5222717 or 12799664. OLE color: 12799664.

HSL color Cylindrical-coordinate representation of color #B04EC3: hue angle of 290.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04EC3 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17678195-
CMYK0.100.600.24
HSL290.26º49.37%53.53%-
HSV(B)290.26º60%76.47%-
XYZ30.4818.6253.62-
YUV120.64169.97167.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=39.20%
G=17.37%
B=43.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176781950.100.600.24290.2649.3753.53
HexB04EC3A3C0181223136
Octal26011630312740304426166
Binary101100001001110110000111010111100011000100100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EC3; }

 p { color: rgb(176,78,195); }

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

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

 a { background-color: rgb(176,78,195); }

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

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

 span { border-color: rgb(176,78,195); }

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