Html Css Color HEX #B515B0 Deep Magenta

📋 copy color: '#B515B0'

red 181 ◦ green 21 ◦ blue 176

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

Shades of Deep Magenta #B515B0

Tints of Deep Magenta #B515B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.56%

R = 47.88%
G = 5.56%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B515B0 (or 0xB515B0) is known color: Deep Magenta. HEX triplet: B5, 15 and B0. RGB value is (181,21,176). Sum of RGB (Red+Green+Blue) = 181+21+176=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B515B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B515B0 is #4AEA4F. Grayscale: #565656. Windows color (decimal): -4909648 or 11539893. OLE color: 11539893.

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

Color convert

RGB 181 21 176 -
CMYK 0 0.88 0.03 0.29
HSL 301.88º 0.79% 0.4% -
HSV(B) 301.88º 0.88% 0.71% -
XYZ 27.16 13.49 42.25 -
YUV 86.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 181 21 176 0 0.88 0.03 0.29 301.88 0.79 0.4
Hex B5 15 B0 0 58 3 1D 12E 4F 28
Octal 265 25 260 0 130 3 35 456 117 50
Binary 10110101 10101 10110000 0 1011000 11 11101 100101110 1001111 101000

Color Harmonies of #B515B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515B0

Black with #B515B0

Text Example


Text Example

White with #B515B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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