Html Css Color HEX #B509AF Deep Magenta

📋 copy color: '#B509AF'

red 181 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #B509AF

Tints of Deep Magenta #B509AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 49.59%
G = 2.47%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B509AF (or 0xB509AF) is known color: Deep Magenta. HEX triplet: B5, 09 and AF. RGB value is (181,9,175). Sum of RGB (Red+Green+Blue) = 181+9+175=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B509AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B509AF is #4AF650. Grayscale: #4E4E4E. Windows color (decimal): -4912721 or 11471285. OLE color: 11471285.

HSL color Cylindrical-coordinate representation of color #B509AF: hue angle of 302.09º 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 #B509AF is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 9 175 -
CMYK 0 0.95 0.03 0.29
HSL 302.09º 0.91% 0.37% -
HSV(B) 302.09º 0.95% 0.71% -
XYZ 26.89 13.11 41.67 -
YUV 79.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 181 9 175 0 0.95 0.03 0.29 302.09 0.91 0.37
Hex B5 9 AF 0 5F 3 1D 12E 5B 25
Octal 265 11 257 0 137 3 35 456 133 45
Binary 10110101 1001 10101111 0 1011111 11 11101 100101110 1011011 100101

Color Harmonies of #B509AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509AF

Black with #B509AF

Text Example


Text Example

White with #B509AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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