#B32AF1

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

Shades of Dark Orchid #B32AF1

Tints of Dark Orchid #B32AF1

Color information

#B32AF1 (or 0xB32AF1) is unknown color: approx Dark Orchid. HEX triplet: B3, 2A and F1. RGB value is (179,42,241). Sum of RGB (Red+Green+Blue) = 179+42+241=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #B32AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32AF1 is #4CD50E. Grayscale: #686868. Windows color (decimal): -5035279 or 15805107. OLE color: 15805107.

HSL color Cylindrical-coordinate representation of color #B32AF1: hue angle of 281.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B32AF1 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17942241-
CMYK0.260.8300.05
HSL281.31º87.67%55.49%-
HSV(B)281.31º82.57%94.51%-
XYZ35.317.5984.75-
YUV105.65204.39180.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 42 (16.80% from 255) = 9.09%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=38.74%
G=9.09%
B=52.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179422410.260.8300.05281.3187.6755.49
HexB32AF11A53051195837
Octal26352361321230543113067
Binary101100111010101111000111010101001101011000110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32AF1; }

 p { color: rgb(179,42,241); }

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

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

 a { background-color: rgb(179,42,241); }

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

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

 span { border-color: rgb(179,42,241); }

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