Html Css Color HEX #B515BA Deep Magenta

📋 copy color: '#B515BA'

red 181 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #B515BA

Tints of Deep Magenta #B515BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 46.65%
G = 5.41%
B = 47.94%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B515BA (or 0xB515BA) is known color: Deep Magenta. HEX triplet: B5, 15 and BA. RGB value is (181,21,186). Sum of RGB (Red+Green+Blue) = 181+21+186=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B515BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515BA is #4AEA45. Grayscale: #575757. Windows color (decimal): -4909638 or 12195253. OLE color: 12195253.

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

Color convert

RGB 181 21 186 -
CMYK 0.03 0.89 0 0.27
HSL 298.18º 0.8% 0.41% -
HSV(B) 298.18º 0.89% 0.73% -
XYZ 28.19 13.91 47.65 -
YUV 87.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 181 21 186 0.03 0.89 0 0.27 298.18 0.8 0.41
Hex B5 15 BA 3 59 0 1B 12A 50 29
Octal 265 25 272 3 131 0 33 452 120 51
Binary 10110101 10101 10111010 11 1011001 0 11011 100101010 1010000 101001

Color Harmonies of #B515BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515BA

Black with #B515BA

Text Example


Text Example

White with #B515BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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