Html Css Color HEX #B320DC Dark Orchid

📋 copy color: '#B320DC'

red 179 ◦ green 32 ◦ blue 220

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

Shades of Dark Orchid #B320DC

Tints of Dark Orchid #B320DC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.42%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 41.53%
G = 7.42%
B = 51.04%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B320DC (or 0xB320DC) is known color: Dark Orchid. HEX triplet: B3, 20 and DC. RGB value is (179,32,220). Sum of RGB (Red+Green+Blue) = 179+32+220=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #B320DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320DC is #4CDF23. Grayscale: #606060. Windows color (decimal): -5037860 or 14426291. OLE color: 14426291.

HSL color Cylindrical-coordinate representation of color #B320DC: hue angle of 286.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B320DC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 32 220 -
CMYK 0.19 0.85 0 0.14
HSL 286.91º 0.75% 0.49% -
HSV(B) 286.91º 0.85% 0.86% -
XYZ 32.03 15.78 69.07 -
YUV 97.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 179 32 220 0.19 0.85 0 0.14 286.91 0.75 0.49
Hex B3 20 DC 13 55 0 E 11F 4B 31
Octal 263 40 334 23 125 0 16 437 113 61
Binary 10110011 100000 11011100 10011 1010101 0 1110 100011111 1001011 110001

Color Harmonies of #B320DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320DC

Black with #B320DC

Text Example


Text Example

White with #B320DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320DC; }

 p { color: rgb(179,32,220); }

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

background-color css

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

 a { background-color: rgb(179,32,220); }

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

border-color css

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

 span { border-color: rgb(179,32,220); }

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