Html Css Color HEX #B221DE Dark Orchid

📋 copy color: '#B221DE'

red 178 ◦ green 33 ◦ blue 222

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

Shades of Dark Orchid #B221DE

Tints of Dark Orchid #B221DE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 41.11%
G = 7.62%
B = 51.27%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B221DE (or 0xB221DE) is known color: Dark Orchid. HEX triplet: B2, 21 and DE. RGB value is (178,33,222). Sum of RGB (Red+Green+Blue) = 178+33+222=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #B221DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221DE is #4DDE21. Grayscale: #616161. Windows color (decimal): -5103138 or 14557618. OLE color: 14557618.

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

Color convert

RGB 178 33 222 -
CMYK 0.20 0.85 0 0.13
HSL 286.03º 0.74% 0.5% -
HSV(B) 286.03º 0.85% 0.87% -
XYZ 32.09 15.83 70.47 -
YUV 97.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 178 33 222 0.20 0.85 0 0.13 286.03 0.74 0.5
Hex B2 21 DE 14 55 0 D 11E 4A 32
Octal 262 41 336 24 125 0 15 436 112 62
Binary 10110010 100001 11011110 10100 1010101 0 1101 100011110 1001010 110010

Color Harmonies of #B221DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221DE

Black with #B221DE

Text Example


Text Example

White with #B221DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221DE; }

 p { color: rgb(178,33,222); }

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

background-color css

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

 a { background-color: rgb(178,33,222); }

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

border-color css

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

 span { border-color: rgb(178,33,222); }

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