#B32FC6

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

Shades of Dark Orchid #B32FC6

Tints of Dark Orchid #B32FC6

Color information

#B32FC6 (or 0xB32FC6) is unknown color: approx Dark Orchid. HEX triplet: B3, 2F and C6. RGB value is (179,47,198). Sum of RGB (Red+Green+Blue) = 179+47+198=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #B32FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FC6 is #4CD039. Grayscale: #676767. Windows color (decimal): -5034042 or 12988339. OLE color: 12988339.

HSL color Cylindrical-coordinate representation of color #B32FC6: hue angle of 292.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32FC6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17947198-
CMYK0.100.7600.22
HSL292.45º61.63%48.04%-
HSV(B)292.45º76.26%77.65%-
XYZ29.815.6954.88-
YUV103.68181.23181.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 47 (18.75% from 255) = 11.08%
BLUE value IS 198 (77.73% from 255) = 46.70%
R=42.22%
G=11.08%
B=46.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179471980.100.7600.22292.4561.6348.04
HexB32FC6A4C0161243e30
Octal26357306121140264447660
Binary101100111011111100011010101001100010110100100100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32FC6; }

 p { color: rgb(179,47,198); }

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

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

 a { background-color: rgb(179,47,198); }

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

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

 span { border-color: rgb(179,47,198); }

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