Html Css Color HEX #B815B1 Deep Magenta

📋 copy color: '#B815B1'

red 184 ◦ green 21 ◦ blue 177

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

Shades of Deep Magenta #B815B1

Tints of Deep Magenta #B815B1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 48.17%
G = 5.5%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B815B1 (or 0xB815B1) is known color: Deep Magenta. HEX triplet: B8, 15 and B1. RGB value is (184,21,177). Sum of RGB (Red+Green+Blue) = 184+21+177=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B815B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B815B1 is #47EA4E. Grayscale: #575757. Windows color (decimal): -4713039 or 11605432. OLE color: 11605432.

HSL color Cylindrical-coordinate representation of color #B815B1: hue angle of 302.58º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815B1 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 177 -
CMYK 0 0.89 0.04 0.28
HSL 302.58º 0.8% 0.4% -
HSV(B) 302.58º 0.89% 0.72% -
XYZ 27.97 13.9 42.8 -
YUV 87.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 184 21 177 0 0.89 0.04 0.28 302.58 0.8 0.4
Hex B8 15 B1 0 59 4 1C 12F 50 28
Octal 270 25 261 0 131 4 34 457 120 50
Binary 10111000 10101 10110001 0 1011001 100 11100 100101111 1010000 101000

Color Harmonies of #B815B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815B1

Black with #B815B1

Text Example


Text Example

White with #B815B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815B1; }

 p { color: rgb(184,21,177); }

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

background-color css

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

 a { background-color: rgb(184,21,177); }

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

border-color css

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

 span { border-color: rgb(184,21,177); }

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