#B32FC9

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

Shades of Dark Orchid #B32FC9

Tints of Dark Orchid #B32FC9

Color information

#B32FC9 (or 0xB32FC9) is unknown color: approx Dark Orchid. HEX triplet: B3, 2F and C9. RGB value is (179,47,201). Sum of RGB (Red+Green+Blue) = 179+47+201=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #B32FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FC9 is #4CD036. Grayscale: #676767. Windows color (decimal): -5034039 or 13184947. OLE color: 13184947.

HSL color Cylindrical-coordinate representation of color #B32FC9: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32FC9 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17947201-
CMYK0.110.7700.21
HSL291.43º62.1%48.63%-
HSV(B)291.43º76.62%78.82%-
XYZ30.1515.8356.73-
YUV104.02182.73181.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 47 (18.75% from 255) = 11.01%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=41.92%
G=11.01%
B=47.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179472010.110.7700.21291.4362.148.63
HexB32FC9B4D0151233e31
Octal26357311131150254437661
Binary101100111011111100100110111001101010101100100011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32FC9; }

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

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

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

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

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

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

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

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