Html Css Color HEX #B819BB Deep Magenta

📋 copy color: '#B819BB'

red 184 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #B819BB

Tints of Deep Magenta #B819BB

RGB

 RED value IS 184 (72.27% from 255) = 46.46%

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

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

R = 46.46%
G = 6.31%
B = 47.22%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B819BB (or 0xB819BB) is known color: Deep Magenta. HEX triplet: B8, 19 and BB. RGB value is (184,25,187). Sum of RGB (Red+Green+Blue) = 184+25+187=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #B819BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819BB is #47E644. Grayscale: #5A5A5A. Windows color (decimal): -4712005 or 12261816. OLE color: 12261816.

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

Color convert

RGB 184 25 187 -
CMYK 0.02 0.87 0 0.27
HSL 298.89º 0.76% 0.42% -
HSV(B) 298.89º 0.87% 0.73% -
XYZ 29.08 14.47 48.27 -
YUV 91.01 182.18 194.33 -
System Red Green Blue C M Y K H S L
Decimal 184 25 187 0.02 0.87 0 0.27 298.89 0.76 0.42
Hex B8 19 BB 2 57 0 1B 12B 4C 2A
Octal 270 31 273 2 127 0 33 453 114 52
Binary 10111000 11001 10111011 10 1010111 0 11011 100101011 1001100 101010

Color Harmonies of #B819BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819BB

Black with #B819BB

Text Example


Text Example

White with #B819BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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