Html Css Color HEX #B813BB Deep Magenta

📋 copy color: '#B813BB'

red 184 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #B813BB

Tints of Deep Magenta #B813BB

RGB

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

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

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

R = 47.18%
G = 4.87%
B = 47.95%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B813BB (or 0xB813BB) is known color: Deep Magenta. HEX triplet: B8, 13 and BB. RGB value is (184,19,187). Sum of RGB (Red+Green+Blue) = 184+19+187=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 19 (7.81% from 255 or 4.87% 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 #B813BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813BB is #47EC44. Grayscale: #565656. Windows color (decimal): -4713541 or 12260280. OLE color: 12260280.

HSL color Cylindrical-coordinate representation of color #B813BB: hue angle of 298.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B813BB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 19 187 -
CMYK 0.02 0.90 0 0.27
HSL 298.93º 0.82% 0.4% -
HSV(B) 298.93º 0.9% 0.73% -
XYZ 28.97 14.24 48.24 -
YUV 87.49 184.16 196.84 -
System Red Green Blue C M Y K H S L
Decimal 184 19 187 0.02 0.90 0 0.27 298.93 0.82 0.4
Hex B8 13 BB 2 5A 0 1B 12B 52 28
Octal 270 23 273 2 132 0 33 453 122 50
Binary 10111000 10011 10111011 10 1011010 0 11011 100101011 1010010 101000

Color Harmonies of #B813BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B813BB

Black with #B813BB

Text Example


Text Example

White with #B813BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B813BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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