Html Css Color HEX #B506AD Deep Magenta

📋 copy color: '#B506AD'

red 181 ◦ green 6 ◦ blue 173

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

Shades of Deep Magenta #B506AD

Tints of Deep Magenta #B506AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.67%

 BLUE value IS 173 (67.97% from 255) = 48.06%

R = 50.28%
G = 1.67%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B506AD (or 0xB506AD) is known color: Deep Magenta. HEX triplet: B5, 06 and AD. RGB value is (181,6,173). Sum of RGB (Red+Green+Blue) = 181+6+173=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B506AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506AD is #4AF952. Grayscale: #4C4C4C. Windows color (decimal): -4913491 or 11339445. OLE color: 11339445.

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

Color convert

RGB 181 6 173 -
CMYK 0 0.97 0.04 0.29
HSL 302.74º 0.94% 0.37% -
HSV(B) 302.74º 0.97% 0.71% -
XYZ 26.66 12.97 40.63 -
YUV 77.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 181 6 173 0 0.97 0.04 0.29 302.74 0.94 0.37
Hex B5 6 AD 0 61 4 1D 12F 5E 25
Octal 265 6 255 0 141 4 35 457 136 45
Binary 10110101 110 10101101 0 1100001 100 11101 100101111 1011110 100101

Color Harmonies of #B506AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506AD

Black with #B506AD

Text Example


Text Example

White with #B506AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506AD; }

 p { color: rgb(181,6,173); }

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

background-color css

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

 a { background-color: rgb(181,6,173); }

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

border-color css

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

 span { border-color: rgb(181,6,173); }

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