Html Css Color HEX #B510DA Deep Magenta

📋 copy color: '#B510DA'

red 181 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #B510DA

Tints of Deep Magenta #B510DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 43.61%
G = 3.86%
B = 52.53%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B510DA (or 0xB510DA) is known color: Deep Magenta. HEX triplet: B5, 10 and DA. RGB value is (181,16,218). Sum of RGB (Red+Green+Blue) = 181+16+218=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #B510DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510DA is #4AEF25. Grayscale: #575757. Windows color (decimal): -4910886 or 14291125. OLE color: 14291125.

HSL color Cylindrical-coordinate representation of color #B510DA: hue angle of 289.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B510DA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 16 218 -
CMYK 0.17 0.93 0 0.15
HSL 289.01º 0.86% 0.46% -
HSV(B) 289.01º 0.93% 0.85% -
XYZ 31.9 15.26 67.59 -
YUV 88.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 181 16 218 0.17 0.93 0 0.15 289.01 0.86 0.46
Hex B5 10 DA 11 5D 0 F 121 56 2E
Octal 265 20 332 21 135 0 17 441 126 56
Binary 10110101 10000 11011010 10001 1011101 0 1111 100100001 1010110 101110

Color Harmonies of #B510DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510DA

Black with #B510DA

Text Example


Text Example

White with #B510DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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