Html Css Color HEX #B220BF Dark Orchid

📋 copy color: '#B220BF'

red 178 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #B220BF

Tints of Dark Orchid #B220BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 44.39%
G = 7.98%
B = 47.63%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B220BF (or 0xB220BF) is known color: Dark Orchid. HEX triplet: B2, 20 and BF. RGB value is (178,32,191). Sum of RGB (Red+Green+Blue) = 178+32+191=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #B220BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220BF is #4DDF40. Grayscale: #5D5D5D. Windows color (decimal): -5103425 or 12525746. OLE color: 12525746.

HSL color Cylindrical-coordinate representation of color #B220BF: hue angle of 295.09º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B220BF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 32 191 -
CMYK 0.07 0.83 0 0.25
HSL 295.09º 0.71% 0.44% -
HSV(B) 295.09º 0.83% 0.75% -
XYZ 28.28 14.26 50.55 -
YUV 93.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 178 32 191 0.07 0.83 0 0.25 295.09 0.71 0.44
Hex B2 20 BF 7 53 0 19 127 47 2C
Octal 262 40 277 7 123 0 31 447 107 54
Binary 10110010 100000 10111111 111 1010011 0 11001 100100111 1000111 101100

Color Harmonies of #B220BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220BF

Black with #B220BF

Text Example


Text Example

White with #B220BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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