Html Css Color HEX #B32FF2 Dark Orchid

📋 copy color: '#B32FF2'

red 179 ◦ green 47 ◦ blue 242

#B32FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B32FF2

Tints of Dark Orchid #B32FF2

RGB

 RED value IS 179 (70.31% from 255) = 38.25%

 GREEN value IS 47 (18.75% from 255) = 10.04%

 BLUE value IS 242 (94.92% from 255) = 51.71%

R = 38.25%
G = 10.04%
B = 51.71%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B32FF2 (or 0xB32FF2) is known color: Dark Orchid. HEX triplet: B3, 2F and F2. RGB value is (179,47,242). Sum of RGB (Red+Green+Blue) = 179+47+242=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #B32FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FF2 is #4CD00D. Grayscale: #6C6C6C. Windows color (decimal): -5033998 or 15871923. OLE color: 15871923.

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

Color convert

RGB 179 47 242 -
CMYK 0.26 0.81 0 0.05
HSL 280.62º 0.88% 0.57% -
HSV(B) 280.62º 0.81% 0.95% -
XYZ 35.63 18.03 85.61 -
YUV 108.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 179 47 242 0.26 0.81 0 0.05 280.62 0.88 0.57
Hex B3 2F F2 1A 51 0 5 119 58 39
Octal 263 57 362 32 121 0 5 431 130 71
Binary 10110011 101111 11110010 11010 1010001 0 101 100011001 1011000 111001

Color Harmonies of #B32FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FF2

Black with #B32FF2

Text Example


Text Example

White with #B32FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FF2; }

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

 H1.HeaderClassName
 {
   color: #B32FF2;
 }
 .AnyTagClassName
 {
   color: #B32FF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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