Html Css Color HEX #B516BE Deep Magenta

📋 copy color: '#B516BE'

red 181 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #B516BE

Tints of Deep Magenta #B516BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

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

R = 46.06%
G = 5.6%
B = 48.35%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B516BE (or 0xB516BE) is known color: Deep Magenta. HEX triplet: B5, 16 and BE. RGB value is (181,22,190). Sum of RGB (Red+Green+Blue) = 181+22+190=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #B516BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516BE is #4AE941. Grayscale: #585858. Windows color (decimal): -4909378 or 12457653. OLE color: 12457653.

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

Color convert

RGB 181 22 190 -
CMYK 0.05 0.88 0 0.25
HSL 296.79º 0.79% 0.42% -
HSV(B) 296.79º 0.88% 0.75% -
XYZ 28.64 14.12 49.93 -
YUV 88.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 181 22 190 0.05 0.88 0 0.25 296.79 0.79 0.42
Hex B5 16 BE 5 58 0 19 129 4F 2A
Octal 265 26 276 5 130 0 31 451 117 52
Binary 10110101 10110 10111110 101 1011000 0 11001 100101001 1001111 101010

Color Harmonies of #B516BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516BE

Black with #B516BE

Text Example


Text Example

White with #B516BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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