Html Css Color HEX #B019BB Deep Magenta

📋 copy color: '#B019BB'

red 176 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #B019BB

Tints of Deep Magenta #B019BB

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

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

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

R = 45.36%
G = 6.44%
B = 48.2%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B019BB (or 0xB019BB) is known color: Deep Magenta. HEX triplet: B0, 19 and BB. RGB value is (176,25,187). Sum of RGB (Red+Green+Blue) = 176+25+187=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #B019BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019BB is #4FE644. Grayscale: #585858. Windows color (decimal): -5236293 or 12261808. OLE color: 12261808.

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

Color convert

RGB 176 25 187 -
CMYK 0.06 0.87 0 0.27
HSL 295.93º 0.76% 0.42% -
HSV(B) 295.93º 0.87% 0.73% -
XYZ 27.22 13.51 48.19 -
YUV 88.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 176 25 187 0.06 0.87 0 0.27 295.93 0.76 0.42
Hex B0 19 BB 6 57 0 1B 128 4C 2A
Octal 260 31 273 6 127 0 33 450 114 52
Binary 10110000 11001 10111011 110 1010111 0 11011 100101000 1001100 101010

Color Harmonies of #B019BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019BB

Black with #B019BB

Text Example


Text Example

White with #B019BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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