Html Css Color HEX #B515BE Deep Magenta

📋 copy color: '#B515BE'

red 181 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #B515BE

Tints of Deep Magenta #B515BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 46.17%
G = 5.36%
B = 48.47%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B515BE (or 0xB515BE) is known color: Deep Magenta. HEX triplet: B5, 15 and BE. RGB value is (181,21,190). Sum of RGB (Red+Green+Blue) = 181+21+190=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #B515BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515BE is #4AEA41. Grayscale: #575757. Windows color (decimal): -4909634 or 12457397. OLE color: 12457397.

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

Color convert

RGB 181 21 190 -
CMYK 0.05 0.89 0 0.25
HSL 296.8º 0.8% 0.41% -
HSV(B) 296.8º 0.89% 0.75% -
XYZ 28.62 14.08 49.92 -
YUV 88.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 181 21 190 0.05 0.89 0 0.25 296.8 0.8 0.41
Hex B5 15 BE 5 59 0 19 129 50 29
Octal 265 25 276 5 131 0 31 451 120 51
Binary 10110101 10101 10111110 101 1011001 0 11001 100101001 1010000 101001

Color Harmonies of #B515BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515BE

Black with #B515BE

Text Example


Text Example

White with #B515BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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