Html Css Color HEX #B509AA Deep Magenta

📋 copy color: '#B509AA'

red 181 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #B509AA

Tints of Deep Magenta #B509AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 50.28%
G = 2.5%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B509AA (or 0xB509AA) is known color: Deep Magenta. HEX triplet: B5, 09 and AA. RGB value is (181,9,170). Sum of RGB (Red+Green+Blue) = 181+9+170=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B509AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B509AA is #4AF655. Grayscale: #4E4E4E. Windows color (decimal): -4912726 or 11143605. OLE color: 11143605.

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

Color convert

RGB 181 9 170 -
CMYK 0 0.95 0.06 0.29
HSL 303.84º 0.91% 0.37% -
HSV(B) 303.84º 0.95% 0.71% -
XYZ 26.41 12.92 39.13 -
YUV 78.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 181 9 170 0 0.95 0.06 0.29 303.84 0.91 0.37
Hex B5 9 AA 0 5F 6 1D 130 5B 25
Octal 265 11 252 0 137 6 35 460 133 45
Binary 10110101 1001 10101010 0 1011111 110 11101 100110000 1011011 100101

Color Harmonies of #B509AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509AA

Black with #B509AA

Text Example


Text Example

White with #B509AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509AA; }

 p { color: rgb(181,9,170); }

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

background-color css

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

 a { background-color: rgb(181,9,170); }

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

border-color css

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

 span { border-color: rgb(181,9,170); }

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