Html Css Color HEX #B322BE Dark Orchid

📋 copy color: '#B322BE'

red 179 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #B322BE

Tints of Dark Orchid #B322BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 44.42%
G = 8.44%
B = 47.15%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B322BE (or 0xB322BE) is known color: Dark Orchid. HEX triplet: B3, 22 and BE. RGB value is (179,34,190). Sum of RGB (Red+Green+Blue) = 179+34+190=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B322BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322BE is #4CDD41. Grayscale: #5E5E5E. Windows color (decimal): -5037378 or 12460723. OLE color: 12460723.

HSL color Cylindrical-coordinate representation of color #B322BE: hue angle of 295.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B322BE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 34 190 -
CMYK 0.06 0.82 0 0.25
HSL 295.77º 0.7% 0.44% -
HSV(B) 295.77º 0.82% 0.75% -
XYZ 28.46 14.45 50 -
YUV 95.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 179 34 190 0.06 0.82 0 0.25 295.77 0.7 0.44
Hex B3 22 BE 6 52 0 19 128 46 2C
Octal 263 42 276 6 122 0 31 450 106 54
Binary 10110011 100010 10111110 110 1010010 0 11001 100101000 1000110 101100

Color Harmonies of #B322BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322BE

Black with #B322BE

Text Example


Text Example

White with #B322BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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