Html Css Color HEX #B220DD Dark Orchid

📋 copy color: '#B220DD'

red 178 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #B220DD

Tints of Dark Orchid #B220DD

RGB

 RED value IS 178 (69.92% from 255) = 41.3%

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 41.3%
G = 7.42%
B = 51.28%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B220DD (or 0xB220DD) is known color: Dark Orchid. HEX triplet: B2, 20 and DD. RGB value is (178,32,221). Sum of RGB (Red+Green+Blue) = 178+32+221=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #B220DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220DD is #4DDF22. Grayscale: #606060. Windows color (decimal): -5103395 or 14491826. OLE color: 14491826.

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

Color convert

RGB 178 32 221 -
CMYK 0.19 0.86 0 0.13
HSL 286.35º 0.75% 0.5% -
HSV(B) 286.35º 0.86% 0.87% -
XYZ 31.93 15.72 69.76 -
YUV 97.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 178 32 221 0.19 0.86 0 0.13 286.35 0.75 0.5
Hex B2 20 DD 13 56 0 D 11E 4B 32
Octal 262 40 335 23 126 0 15 436 113 62
Binary 10110010 100000 11011101 10011 1010110 0 1101 100011110 1001011 110010

Color Harmonies of #B220DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220DD

Black with #B220DD

Text Example


Text Example

White with #B220DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220DD; }

 p { color: rgb(178,32,221); }

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

background-color css

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

 a { background-color: rgb(178,32,221); }

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

border-color css

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

 span { border-color: rgb(178,32,221); }

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