Html Css Color HEX #B322CD Dark Orchid

📋 copy color: '#B322CD'

red 179 ◦ green 34 ◦ blue 205

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

Shades of Dark Orchid #B322CD

Tints of Dark Orchid #B322CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 42.82%
G = 8.13%
B = 49.04%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B322CD (or 0xB322CD) is known color: Dark Orchid. HEX triplet: B3, 22 and CD. RGB value is (179,34,205). Sum of RGB (Red+Green+Blue) = 179+34+205=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #B322CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B322CD is #4CDD32. Grayscale: #606060. Windows color (decimal): -5037363 or 13443763. OLE color: 13443763.

HSL color Cylindrical-coordinate representation of color #B322CD: hue angle of 290.88º degrees, saturation: 0.72, 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 #B322CD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 34 205 -
CMYK 0.13 0.83 0 0.20
HSL 290.88º 0.72% 0.47% -
HSV(B) 290.88º 0.83% 0.8% -
XYZ 30.18 15.14 59.09 -
YUV 96.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 179 34 205 0.13 0.83 0 0.20 290.88 0.72 0.47
Hex B3 22 CD D 53 0 14 123 48 2F
Octal 263 42 315 15 123 0 24 443 110 57
Binary 10110011 100010 11001101 1101 1010011 0 10100 100100011 1001000 101111

Color Harmonies of #B322CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B322CD

Black with #B322CD

Text Example


Text Example

White with #B322CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B322CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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