Html Css Color HEX #B220BE Dark Orchid

📋 copy color: '#B220BE'

red 178 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #B220BE

Tints of Dark Orchid #B220BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 44.5%
G = 8%
B = 47.5%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B220BE (or 0xB220BE) is known color: Dark Orchid. HEX triplet: B2, 20 and BE. RGB value is (178,32,190). Sum of RGB (Red+Green+Blue) = 178+32+190=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #B220BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B220BE is #4DDF41. Grayscale: #5D5D5D. Windows color (decimal): -5103426 or 12460210. OLE color: 12460210.

HSL color Cylindrical-coordinate representation of color #B220BE: hue angle of 295.44º 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 #B220BE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 32 190 -
CMYK 0.06 0.83 0 0.25
HSL 295.44º 0.71% 0.44% -
HSV(B) 295.44º 0.83% 0.75% -
XYZ 28.17 14.22 49.97 -
YUV 93.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 178 32 190 0.06 0.83 0 0.25 295.44 0.71 0.44
Hex B2 20 BE 6 53 0 19 127 47 2C
Octal 262 40 276 6 123 0 31 447 107 54
Binary 10110010 100000 10111110 110 1010011 0 11001 100100111 1000111 101100

Color Harmonies of #B220BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B220BE

Black with #B220BE

Text Example


Text Example

White with #B220BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B220BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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