Html Css Color HEX #B220DF Dark Orchid

📋 copy color: '#B220DF'

red 178 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #B220DF

Tints of Dark Orchid #B220DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 41.11%
G = 7.39%
B = 51.5%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B220DF (or 0xB220DF) is known color: Dark Orchid. HEX triplet: B2, 20 and DF. RGB value is (178,32,223). Sum of RGB (Red+Green+Blue) = 178+32+223=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #B220DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220DF is #4DDF20. Grayscale: #606060. Windows color (decimal): -5103393 or 14622898. OLE color: 14622898.

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

Color convert

RGB 178 32 223 -
CMYK 0.20 0.86 0 0.13
HSL 285.86º 0.75% 0.5% -
HSV(B) 285.86º 0.86% 0.87% -
XYZ 32.2 15.83 71.17 -
YUV 97.43 198.87 185.47 -
System Red Green Blue C M Y K H S L
Decimal 178 32 223 0.20 0.86 0 0.13 285.86 0.75 0.5
Hex B2 20 DF 14 56 0 D 11E 4B 32
Octal 262 40 337 24 126 0 15 436 113 62
Binary 10110010 100000 11011111 10100 1010110 0 1101 100011110 1001011 110010

Color Harmonies of #B220DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220DF

Black with #B220DF

Text Example


Text Example

White with #B220DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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