Html Css Color HEX #B508AF Deep Magenta

📋 copy color: '#B508AF'

red 181 ◦ green 8 ◦ blue 175

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

Shades of Deep Magenta #B508AF

Tints of Deep Magenta #B508AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

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

R = 49.73%
G = 2.2%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B508AF (or 0xB508AF) is known color: Deep Magenta. HEX triplet: B5, 08 and AF. RGB value is (181,8,175). Sum of RGB (Red+Green+Blue) = 181+8+175=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B508AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B508AF is #4AF750. Grayscale: #4E4E4E. Windows color (decimal): -4912977 or 11471029. OLE color: 11471029.

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

Color convert

RGB 181 8 175 -
CMYK 0 0.96 0.03 0.29
HSL 302.08º 0.92% 0.37% -
HSV(B) 302.08º 0.96% 0.71% -
XYZ 26.88 13.09 41.67 -
YUV 78.77 182.31 200.92 -
System Red Green Blue C M Y K H S L
Decimal 181 8 175 0 0.96 0.03 0.29 302.08 0.92 0.37
Hex B5 8 AF 0 60 3 1D 12E 5C 25
Octal 265 10 257 0 140 3 35 456 134 45
Binary 10110101 1000 10101111 0 1100000 11 11101 100101110 1011100 100101

Color Harmonies of #B508AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508AF

Black with #B508AF

Text Example


Text Example

White with #B508AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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