Html Css Color HEX #B515B7 Deep Magenta

📋 copy color: '#B515B7'

red 181 ◦ green 21 ◦ blue 183

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

Shades of Deep Magenta #B515B7

Tints of Deep Magenta #B515B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.53%

R = 47.01%
G = 5.45%
B = 47.53%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B515B7 (or 0xB515B7) is known color: Deep Magenta. HEX triplet: B5, 15 and B7. RGB value is (181,21,183). Sum of RGB (Red+Green+Blue) = 181+21+183=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #B515B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515B7 is #4AEA48. Grayscale: #565656. Windows color (decimal): -4909641 or 11998645. OLE color: 11998645.

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

Color convert

RGB 181 21 183 -
CMYK 0.01 0.89 0 0.28
HSL 299.26º 0.79% 0.4% -
HSV(B) 299.26º 0.89% 0.72% -
XYZ 27.87 13.78 45.99 -
YUV 87.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 181 21 183 0.01 0.89 0 0.28 299.26 0.79 0.4
Hex B5 15 B7 1 59 0 1C 12B 4F 28
Octal 265 25 267 1 131 0 34 453 117 50
Binary 10110101 10101 10110111 1 1011001 0 11100 100101011 1001111 101000

Color Harmonies of #B515B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515B7

Black with #B515B7

Text Example


Text Example

White with #B515B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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