Html Css Color HEX #B322CC Dark Orchid

📋 copy color: '#B322CC'

red 179 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #B322CC

Tints of Dark Orchid #B322CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 42.93%
G = 8.15%
B = 48.92%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B322CC (or 0xB322CC) is known color: Dark Orchid. HEX triplet: B3, 22 and CC. RGB value is (179,34,204). Sum of RGB (Red+Green+Blue) = 179+34+204=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #B322CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322CC is #4CDD33. Grayscale: #606060. Windows color (decimal): -5037364 or 13378227. OLE color: 13378227.

HSL color Cylindrical-coordinate representation of color #B322CC: hue angle of 291.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B322CC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 34 204 -
CMYK 0.12 0.83 0 0.2
HSL 291.18º 0.71% 0.47% -
HSV(B) 291.18º 0.83% 0.8% -
XYZ 30.06 15.09 58.45 -
YUV 96.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 179 34 204 0.12 0.83 0 0.2 291.18 0.71 0.47
Hex B3 22 CC C 53 0 14 123 47 2F
Octal 263 42 314 14 123 0 24 443 107 57
Binary 10110011 100010 11001100 1100 1010011 0 10100 100100011 1000111 101111

Color Harmonies of #B322CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322CC

Black with #B322CC

Text Example


Text Example

White with #B322CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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