Html Css Color HEX #B32BBA Dark Orchid

📋 copy color: '#B32BBA'

red 179 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #B32BBA

Tints of Dark Orchid #B32BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.54%

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

R = 43.87%
G = 10.54%
B = 45.59%

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

#B32BBA (or 0xB32BBA) is known color: Dark Orchid. HEX triplet: B3, 2B and BA. RGB value is (179,43,186). Sum of RGB (Red+Green+Blue) = 179+43+186=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B32BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BBA is #4CD445. Grayscale: #636363. Windows color (decimal): -5035078 or 12200883. OLE color: 12200883.

HSL color Cylindrical-coordinate representation of color #B32BBA: hue angle of 297.06º degrees, saturation: 0.62, 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 #B32BBA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 43 186 -
CMYK 0.04 0.77 0 0.27
HSL 297.06º 0.62% 0.45% -
HSV(B) 297.06º 0.77% 0.73% -
XYZ 28.32 14.86 47.83 -
YUV 99.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 179 43 186 0.04 0.77 0 0.27 297.06 0.62 0.45
Hex B3 2B BA 4 4D 0 1B 129 3E 2D
Octal 263 53 272 4 115 0 33 451 76 55
Binary 10110011 101011 10111010 100 1001101 0 11011 100101001 111110 101101

Color Harmonies of #B32BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BBA

Black with #B32BBA

Text Example


Text Example

White with #B32BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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