Html Css Color HEX #B510A8 Deep Magenta

📋 copy color: '#B510A8'

red 181 ◦ green 16 ◦ blue 168

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

Shades of Deep Magenta #B510A8

Tints of Deep Magenta #B510A8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 168 (66.02% from 255) = 46.03%

R = 49.59%
G = 4.38%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B510A8 (or 0xB510A8) is known color: Deep Magenta. HEX triplet: B5, 10 and A8. RGB value is (181,16,168). Sum of RGB (Red+Green+Blue) = 181+16+168=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B510A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B510A8 is #4AEF57. Grayscale: #525252. Windows color (decimal): -4910936 or 11014325. OLE color: 11014325.

HSL color Cylindrical-coordinate representation of color #B510A8: hue angle of 304.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B510A8 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 16 168 -
CMYK 0 0.91 0.07 0.29
HSL 304.73º 0.84% 0.39% -
HSV(B) 304.73º 0.91% 0.71% -
XYZ 26.31 13.02 38.17 -
YUV 82.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 181 16 168 0 0.91 0.07 0.29 304.73 0.84 0.39
Hex B5 10 A8 0 5B 7 1D 131 54 27
Octal 265 20 250 0 133 7 35 461 124 47
Binary 10110101 10000 10101000 0 1011011 111 11101 100110001 1010100 100111

Color Harmonies of #B510A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510A8

Black with #B510A8

Text Example


Text Example

White with #B510A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510A8; }

 p { color: rgb(181,16,168); }

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

background-color css

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

 a { background-color: rgb(181,16,168); }

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

border-color css

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

 span { border-color: rgb(181,16,168); }

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