Html Css Color HEX #B510B9 Deep Magenta

📋 copy color: '#B510B9'

red 181 ◦ green 16 ◦ blue 185

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

Shades of Deep Magenta #B510B9

Tints of Deep Magenta #B510B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 47.38%
G = 4.19%
B = 48.43%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B510B9 (or 0xB510B9) is known color: Deep Magenta. HEX triplet: B5, 10 and B9. RGB value is (181,16,185). Sum of RGB (Red+Green+Blue) = 181+16+185=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #B510B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510B9 is #4AEF46. Grayscale: #545454. Windows color (decimal): -4910919 or 12128437. OLE color: 12128437.

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

Color convert

RGB 181 16 185 -
CMYK 0.02 0.91 0 0.27
HSL 298.58º 0.84% 0.39% -
HSV(B) 298.58º 0.91% 0.73% -
XYZ 28 13.7 47.07 -
YUV 84.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 181 16 185 0.02 0.91 0 0.27 298.58 0.84 0.39
Hex B5 10 B9 2 5B 0 1B 12B 54 27
Octal 265 20 271 2 133 0 33 453 124 47
Binary 10110101 10000 10111001 10 1011011 0 11011 100101011 1010100 100111

Color Harmonies of #B510B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510B9

Black with #B510B9

Text Example


Text Example

White with #B510B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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