Html Css Color HEX #B515BD Deep Magenta

📋 copy color: '#B515BD'

red 181 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #B515BD

Tints of Deep Magenta #B515BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 46.29%
G = 5.37%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B515BD (or 0xB515BD) is known color: Deep Magenta. HEX triplet: B5, 15 and BD. RGB value is (181,21,189). Sum of RGB (Red+Green+Blue) = 181+21+189=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B515BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515BD is #4AEA42. Grayscale: #575757. Windows color (decimal): -4909635 or 12391861. OLE color: 12391861.

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

Color convert

RGB 181 21 189 -
CMYK 0.04 0.89 0 0.26
HSL 297.14º 0.8% 0.41% -
HSV(B) 297.14º 0.89% 0.74% -
XYZ 28.51 14.03 49.35 -
YUV 87.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 181 21 189 0.04 0.89 0 0.26 297.14 0.8 0.41
Hex B5 15 BD 4 59 0 1A 129 50 29
Octal 265 25 275 4 131 0 32 451 120 51
Binary 10110101 10101 10111101 100 1011001 0 11010 100101001 1010000 101001

Color Harmonies of #B515BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515BD

Black with #B515BD

Text Example


Text Example

White with #B515BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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