Html Css Color HEX #B220B6 Dark Orchid

📋 copy color: '#B220B6'

red 178 ◦ green 32 ◦ blue 182

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

Shades of Dark Orchid #B220B6

Tints of Dark Orchid #B220B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 45.41%
G = 8.16%
B = 46.43%

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

#B220B6 (or 0xB220B6) is known color: Dark Orchid. HEX triplet: B2, 20 and B6. RGB value is (178,32,182). Sum of RGB (Red+Green+Blue) = 178+32+182=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #B220B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220B6 is #4DDF49. Grayscale: #5C5C5C. Windows color (decimal): -5103434 or 11935922. OLE color: 11935922.

HSL color Cylindrical-coordinate representation of color #B220B6: hue angle of 298.4º 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 #B220B6 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 32 182 -
CMYK 0.02 0.82 0 0.29
HSL 298.4º 0.7% 0.42% -
HSV(B) 298.4º 0.82% 0.71% -
XYZ 27.32 13.88 45.49 -
YUV 92.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 178 32 182 0.02 0.82 0 0.29 298.4 0.7 0.42
Hex B2 20 B6 2 52 0 1D 12A 46 2A
Octal 262 40 266 2 122 0 35 452 106 52
Binary 10110010 100000 10110110 10 1010010 0 11101 100101010 1000110 101010

Color Harmonies of #B220B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220B6

Black with #B220B6

Text Example


Text Example

White with #B220B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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