Html Css Color HEX #B510BA Deep Magenta

📋 copy color: '#B510BA'

red 181 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #B510BA

Tints of Deep Magenta #B510BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 47.26%
G = 4.18%
B = 48.56%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B510BA (or 0xB510BA) is known color: Deep Magenta. HEX triplet: B5, 10 and BA. RGB value is (181,16,186). Sum of RGB (Red+Green+Blue) = 181+16+186=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #B510BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510BA is #4AEF45. Grayscale: #545454. Windows color (decimal): -4910918 or 12193973. OLE color: 12193973.

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

Color convert

RGB 181 16 186 -
CMYK 0.03 0.91 0 0.27
HSL 298.24º 0.84% 0.4% -
HSV(B) 298.24º 0.91% 0.73% -
XYZ 28.1 13.74 47.63 -
YUV 84.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 181 16 186 0.03 0.91 0 0.27 298.24 0.84 0.4
Hex B5 10 BA 3 5B 0 1B 12A 54 28
Octal 265 20 272 3 133 0 33 452 124 50
Binary 10110101 10000 10111010 11 1011011 0 11011 100101010 1010100 101000

Color Harmonies of #B510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510BA

Black with #B510BA

Text Example


Text Example

White with #B510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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