Html Css Color HEX #B813BD Deep Magenta

📋 copy color: '#B813BD'

red 184 ◦ green 19 ◦ blue 189

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

Shades of Deep Magenta #B813BD

Tints of Deep Magenta #B813BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 46.94%
G = 4.85%
B = 48.21%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B813BD (or 0xB813BD) is known color: Deep Magenta. HEX triplet: B8, 13 and BD. RGB value is (184,19,189). Sum of RGB (Red+Green+Blue) = 184+19+189=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #B813BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813BD is #47EC42. Grayscale: #575757. Windows color (decimal): -4713539 or 12391352. OLE color: 12391352.

HSL color Cylindrical-coordinate representation of color #B813BD: hue angle of 298.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B813BD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 19 189 -
CMYK 0.03 0.90 0 0.26
HSL 298.24º 0.82% 0.41% -
HSV(B) 298.24º 0.9% 0.74% -
XYZ 29.19 14.33 49.37 -
YUV 87.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 184 19 189 0.03 0.90 0 0.26 298.24 0.82 0.41
Hex B8 13 BD 3 5A 0 1A 12A 52 29
Octal 270 23 275 3 132 0 32 452 122 51
Binary 10111000 10011 10111101 11 1011010 0 11010 100101010 1010010 101001

Color Harmonies of #B813BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B813BD

Black with #B813BD

Text Example


Text Example

White with #B813BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B813BD; }

 p { color: rgb(184,19,189); }

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

background-color css

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

 a { background-color: rgb(184,19,189); }

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

border-color css

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

 span { border-color: rgb(184,19,189); }

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