Html Css Color HEX #B32ABA Dark Orchid

📋 copy color: '#B32ABA'

red 179 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #B32ABA

Tints of Dark Orchid #B32ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 43.98%
G = 10.32%
B = 45.7%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B32ABA (or 0xB32ABA) is known color: Dark Orchid. HEX triplet: B3, 2A and BA. RGB value is (179,42,186). Sum of RGB (Red+Green+Blue) = 179+42+186=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B32ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ABA is #4CD545. Grayscale: #626262. Windows color (decimal): -5035334 or 12200627. OLE color: 12200627.

HSL color Cylindrical-coordinate representation of color #B32ABA: hue angle of 297.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32ABA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 42 186 -
CMYK 0.04 0.77 0 0.27
HSL 297.08º 0.63% 0.45% -
HSV(B) 297.08º 0.77% 0.73% -
XYZ 28.28 14.78 47.82 -
YUV 99.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 179 42 186 0.04 0.77 0 0.27 297.08 0.63 0.45
Hex B3 2A BA 4 4D 0 1B 129 3F 2D
Octal 263 52 272 4 115 0 33 451 77 55
Binary 10110011 101010 10111010 100 1001101 0 11011 100101001 111111 101101

Color Harmonies of #B32ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ABA

Black with #B32ABA

Text Example


Text Example

White with #B32ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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