Html Css Color HEX #B815B2 Deep Magenta

📋 copy color: '#B815B2'

red 184 ◦ green 21 ◦ blue 178

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

Shades of Deep Magenta #B815B2

Tints of Deep Magenta #B815B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 48.04%
G = 5.48%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B815B2 (or 0xB815B2) is known color: Deep Magenta. HEX triplet: B8, 15 and B2. RGB value is (184,21,178). Sum of RGB (Red+Green+Blue) = 184+21+178=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B815B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B815B2 is #47EA4D. Grayscale: #575757. Windows color (decimal): -4713038 or 11670968. OLE color: 11670968.

HSL color Cylindrical-coordinate representation of color #B815B2: hue angle of 302.21º 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 #B815B2 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 178 -
CMYK 0 0.89 0.03 0.28
HSL 302.21º 0.8% 0.4% -
HSV(B) 302.21º 0.89% 0.72% -
XYZ 28.07 13.94 43.33 -
YUV 87.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 184 21 178 0 0.89 0.03 0.28 302.21 0.8 0.4
Hex B8 15 B2 0 59 3 1C 12E 50 28
Octal 270 25 262 0 131 3 34 456 120 50
Binary 10111000 10101 10110010 0 1011001 11 11100 100101110 1010000 101000

Color Harmonies of #B815B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815B2

Black with #B815B2

Text Example


Text Example

White with #B815B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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