#B32EBC

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

Shades of Dark Orchid #B32EBC

Tints of Dark Orchid #B32EBC

Color information

#B32EBC (or 0xB32EBC) is unknown color: approx Dark Orchid. HEX triplet: B3, 2E and BC. RGB value is (179,46,188). Sum of RGB (Red+Green+Blue) = 179+46+188=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B32EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32EBC is #4CD143. Grayscale: #656565. Windows color (decimal): -5034308 or 12332723. OLE color: 12332723.

HSL color Cylindrical-coordinate representation of color #B32EBC: hue angle of 296.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32EBC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17946188-
CMYK0.050.7600.26
HSL296.2º60.68%45.88%-
HSV(B)296.2º75.53%73.73%-
XYZ28.6415.1749-
YUV101.96176.56182.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=43.34%
G=11.14%
B=45.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179461880.050.7600.26296.260.6845.88
HexB32EBC54C01A1283d2e
Octal2635627451140324507556
Binary10110011101110101111001011001100011010100101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32EBC; }

 p { color: rgb(179,46,188); }

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

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

 a { background-color: rgb(179,46,188); }

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

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

 span { border-color: rgb(179,46,188); }

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