Html Css Color HEX #B220B5 Dark Orchid

📋 copy color: '#B220B5'

red 178 ◦ green 32 ◦ blue 181

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

Shades of Dark Orchid #B220B5

Tints of Dark Orchid #B220B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.29%

R = 45.52%
G = 8.18%
B = 46.29%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B220B5 (or 0xB220B5) is known color: Dark Orchid. HEX triplet: B2, 20 and B5. RGB value is (178,32,181). Sum of RGB (Red+Green+Blue) = 178+32+181=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #B220B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220B5 is #4DDF4A. Grayscale: #5C5C5C. Windows color (decimal): -5103435 or 11870386. OLE color: 11870386.

HSL color Cylindrical-coordinate representation of color #B220B5: hue angle of 298.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B220B5 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 32 181 -
CMYK 0.02 0.82 0 0.29
HSL 298.79º 0.7% 0.42% -
HSV(B) 298.79º 0.82% 0.71% -
XYZ 27.22 13.83 44.95 -
YUV 92.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 178 32 181 0.02 0.82 0 0.29 298.79 0.7 0.42
Hex B2 20 B5 2 52 0 1D 12B 46 2A
Octal 262 40 265 2 122 0 35 453 106 52
Binary 10110010 100000 10110101 10 1010010 0 11101 100101011 1000110 101010

Color Harmonies of #B220B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220B5

Black with #B220B5

Text Example


Text Example

White with #B220B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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