Html Css Color HEX #B322DA Dark Orchid

📋 copy color: '#B322DA'

red 179 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #B322DA

Tints of Dark Orchid #B322DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 41.53%
G = 7.89%
B = 50.58%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B322DA (or 0xB322DA) is known color: Dark Orchid. HEX triplet: B3, 22 and DA. RGB value is (179,34,218). Sum of RGB (Red+Green+Blue) = 179+34+218=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #B322DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322DA is #4CDD25. Grayscale: #616161. Windows color (decimal): -5037350 or 14295731. OLE color: 14295731.

HSL color Cylindrical-coordinate representation of color #B322DA: hue angle of 287.28º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B322DA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 34 218 -
CMYK 0.18 0.84 0 0.15
HSL 287.28º 0.73% 0.49% -
HSV(B) 287.28º 0.84% 0.85% -
XYZ 31.82 15.79 67.7 -
YUV 98.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 179 34 218 0.18 0.84 0 0.15 287.28 0.73 0.49
Hex B3 22 DA 12 54 0 F 11F 49 31
Octal 263 42 332 22 124 0 17 437 111 61
Binary 10110011 100010 11011010 10010 1010100 0 1111 100011111 1001001 110001

Color Harmonies of #B322DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322DA

Black with #B322DA

Text Example


Text Example

White with #B322DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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