Html Css Color HEX #B322BA Dark Orchid

📋 copy color: '#B322BA'

red 179 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #B322BA

Tints of Dark Orchid #B322BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.52%

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

R = 44.86%
G = 8.52%
B = 46.62%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B322BA (or 0xB322BA) is known color: Dark Orchid. HEX triplet: B3, 22 and BA. RGB value is (179,34,186). Sum of RGB (Red+Green+Blue) = 179+34+186=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B322BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322BA is #4CDD45. Grayscale: #5E5E5E. Windows color (decimal): -5037382 or 12198579. OLE color: 12198579.

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

Color convert

RGB 179 34 186 -
CMYK 0.04 0.82 0 0.27
HSL 297.24º 0.69% 0.43% -
HSV(B) 297.24º 0.82% 0.73% -
XYZ 28.03 14.27 47.73 -
YUV 94.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 179 34 186 0.04 0.82 0 0.27 297.24 0.69 0.43
Hex B3 22 BA 4 52 0 1B 129 45 2B
Octal 263 42 272 4 122 0 33 451 105 53
Binary 10110011 100010 10111010 100 1010010 0 11011 100101001 1000101 101011

Color Harmonies of #B322BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322BA

Black with #B322BA

Text Example


Text Example

White with #B322BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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