Html Css Color HEX #B219BB Deep Magenta

📋 copy color: '#B219BB'

red 178 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #B219BB

Tints of Deep Magenta #B219BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 45.64%
G = 6.41%
B = 47.95%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B219BB (or 0xB219BB) is known color: Deep Magenta. HEX triplet: B2, 19 and BB. RGB value is (178,25,187). Sum of RGB (Red+Green+Blue) = 178+25+187=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #B219BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219BB is #4DE644. Grayscale: #585858. Windows color (decimal): -5105221 or 12261810. OLE color: 12261810.

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

Color convert

RGB 178 25 187 -
CMYK 0.05 0.87 0 0.27
HSL 296.67º 0.76% 0.42% -
HSV(B) 296.67º 0.87% 0.73% -
XYZ 27.68 13.75 48.21 -
YUV 89.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 178 25 187 0.05 0.87 0 0.27 296.67 0.76 0.42
Hex B2 19 BB 5 57 0 1B 129 4C 2A
Octal 262 31 273 5 127 0 33 451 114 52
Binary 10110010 11001 10111011 101 1010111 0 11011 100101001 1001100 101010

Color Harmonies of #B219BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219BB

Black with #B219BB

Text Example


Text Example

White with #B219BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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