Html Css Color HEX #B32AB8 Dark Orchid

📋 copy color: '#B32AB8'

red 179 ◦ green 42 ◦ blue 184

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

Shades of Dark Orchid #B32AB8

Tints of Dark Orchid #B32AB8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.37%

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 44.2%
G = 10.37%
B = 45.43%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B32AB8 (or 0xB32AB8) is known color: Dark Orchid. HEX triplet: B3, 2A and B8. RGB value is (179,42,184). Sum of RGB (Red+Green+Blue) = 179+42+184=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #B32AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32AB8 is #4CD547. Grayscale: #626262. Windows color (decimal): -5035336 or 12069555. OLE color: 12069555.

HSL color Cylindrical-coordinate representation of color #B32AB8: hue angle of 297.89º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32AB8 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 42 184 -
CMYK 0.03 0.77 0 0.28
HSL 297.89º 0.63% 0.44% -
HSV(B) 297.89º 0.77% 0.72% -
XYZ 28.07 14.7 46.71 -
YUV 99.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 179 42 184 0.03 0.77 0 0.28 297.89 0.63 0.44
Hex B3 2A B8 3 4D 0 1C 12A 3F 2C
Octal 263 52 270 3 115 0 34 452 77 54
Binary 10110011 101010 10111000 11 1001101 0 11100 100101010 111111 101100

Color Harmonies of #B32AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32AB8

Black with #B32AB8

Text Example


Text Example

White with #B32AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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