Html Css Color HEX #B322CE Dark Orchid

📋 copy color: '#B322CE'

red 179 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B322CE

Tints of Dark Orchid #B322CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 42.72%
G = 8.11%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B322CE (or 0xB322CE) is known color: Dark Orchid. HEX triplet: B3, 22 and CE. RGB value is (179,34,206). Sum of RGB (Red+Green+Blue) = 179+34+206=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #B322CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322CE is #4CDD31. Grayscale: #606060. Windows color (decimal): -5037362 or 13509299. OLE color: 13509299.

HSL color Cylindrical-coordinate representation of color #B322CE: hue angle of 290.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B322CE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 34 206 -
CMYK 0.13 0.83 0 0.19
HSL 290.58º 0.72% 0.47% -
HSV(B) 290.58º 0.83% 0.81% -
XYZ 30.3 15.18 59.73 -
YUV 96.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 179 34 206 0.13 0.83 0 0.19 290.58 0.72 0.47
Hex B3 22 CE D 53 0 13 123 48 2F
Octal 263 42 316 15 123 0 23 443 110 57
Binary 10110011 100010 11001110 1101 1010011 0 10011 100100011 1001000 101111

Color Harmonies of #B322CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322CE

Black with #B322CE

Text Example


Text Example

White with #B322CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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