Html Css Color HEX #B219BC Deep Magenta

📋 copy color: '#B219BC'

red 178 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #B219BC

Tints of Deep Magenta #B219BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.39%

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 45.52%
G = 6.39%
B = 48.08%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B219BC (or 0xB219BC) is known color: Deep Magenta. HEX triplet: B2, 19 and BC. RGB value is (178,25,188). Sum of RGB (Red+Green+Blue) = 178+25+188=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #B219BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219BC is #4DE643. Grayscale: #585858. Windows color (decimal): -5105220 or 12327346. OLE color: 12327346.

HSL color Cylindrical-coordinate representation of color #B219BC: hue angle of 296.32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B219BC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 25 188 -
CMYK 0.05 0.87 0 0.26
HSL 296.32º 0.77% 0.42% -
HSV(B) 296.32º 0.87% 0.74% -
XYZ 27.78 13.79 48.77 -
YUV 89.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 178 25 188 0.05 0.87 0 0.26 296.32 0.77 0.42
Hex B2 19 BC 5 57 0 1A 128 4D 2A
Octal 262 31 274 5 127 0 32 450 115 52
Binary 10110010 11001 10111100 101 1010111 0 11010 100101000 1001101 101010

Color Harmonies of #B219BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219BC

Black with #B219BC

Text Example


Text Example

White with #B219BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219BC; }

 p { color: rgb(178,25,188); }

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

background-color css

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

 a { background-color: rgb(178,25,188); }

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

border-color css

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

 span { border-color: rgb(178,25,188); }

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