Html Css Color HEX #B515B6 Deep Magenta

📋 copy color: '#B515B6'

red 181 ◦ green 21 ◦ blue 182

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

Shades of Deep Magenta #B515B6

Tints of Deep Magenta #B515B6

RGB

 RED value IS 181 (71.09% from 255) = 47.14%

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 47.14%
G = 5.47%
B = 47.4%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B515B6 (or 0xB515B6) is known color: Deep Magenta. HEX triplet: B5, 15 and B6. RGB value is (181,21,182). Sum of RGB (Red+Green+Blue) = 181+21+182=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #B515B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515B6 is #4AEA49. Grayscale: #565656. Windows color (decimal): -4909642 or 11933109. OLE color: 11933109.

HSL color Cylindrical-coordinate representation of color #B515B6: hue angle of 299.63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B515B6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 182 -
CMYK 0.01 0.88 0 0.29
HSL 299.63º 0.79% 0.4% -
HSV(B) 299.63º 0.88% 0.71% -
XYZ 27.77 13.74 45.44 -
YUV 87.19 181.51 194.91 -
System Red Green Blue C M Y K H S L
Decimal 181 21 182 0.01 0.88 0 0.29 299.63 0.79 0.4
Hex B5 15 B6 1 58 0 1D 12C 4F 28
Octal 265 25 266 1 130 0 35 454 117 50
Binary 10110101 10101 10110110 1 1011000 0 11101 100101100 1001111 101000

Color Harmonies of #B515B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515B6

Black with #B515B6

Text Example


Text Example

White with #B515B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515B6; }

 p { color: rgb(181,21,182); }

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

background-color css

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

 a { background-color: rgb(181,21,182); }

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

border-color css

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

 span { border-color: rgb(181,21,182); }

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