#B32CE9

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

Shades of Dark Orchid #B32CE9

Tints of Dark Orchid #B32CE9

Color information

#B32CE9 (or 0xB32CE9) is unknown color: approx Dark Orchid. HEX triplet: B3, 2C and E9. RGB value is (179,44,233). Sum of RGB (Red+Green+Blue) = 179+44+233=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #B32CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CE9 is #4CD316. Grayscale: #696969. Windows color (decimal): -5034775 or 15281331. OLE color: 15281331.

HSL color Cylindrical-coordinate representation of color #B32CE9: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32CE9 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17944233-
CMYK0.230.8100.09
HSL282.86º81.12%54.31%-
HSV(B)282.86º81.12%91.37%-
XYZ34.217.2778.62-
YUV105.91199.73180.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 44 (17.58% from 255) = 9.65%
BLUE value IS 233 (91.41% from 255) = 51.10%
R=39.25%
G=9.65%
B=51.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179442330.230.8100.09282.8681.1254.31
HexB32CE917510911b5136
Octal263543512712101143312166
Binary1011001110110011101001101111010001010011000110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32CE9; }

 p { color: rgb(179,44,233); }

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

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

 a { background-color: rgb(179,44,233); }

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

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

 span { border-color: rgb(179,44,233); }

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