Html Css Color HEX #B506AA Deep Magenta

📋 copy color: '#B506AA'

red 181 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #B506AA

Tints of Deep Magenta #B506AA

RGB

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

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

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

R = 50.7%
G = 1.68%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B506AA (or 0xB506AA) is known color: Deep Magenta. HEX triplet: B5, 06 and AA. RGB value is (181,6,170). Sum of RGB (Red+Green+Blue) = 181+6+170=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B506AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506AA is #4AF955. Grayscale: #4C4C4C. Windows color (decimal): -4913494 or 11142837. OLE color: 11142837.

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

Color convert

RGB 181 6 170 -
CMYK 0 0.97 0.06 0.29
HSL 303.77º 0.94% 0.37% -
HSV(B) 303.77º 0.97% 0.71% -
XYZ 26.38 12.86 39.12 -
YUV 77.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 181 6 170 0 0.97 0.06 0.29 303.77 0.94 0.37
Hex B5 6 AA 0 61 6 1D 130 5E 25
Octal 265 6 252 0 141 6 35 460 136 45
Binary 10110101 110 10101010 0 1100001 110 11101 100110000 1011110 100101

Color Harmonies of #B506AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506AA

Black with #B506AA

Text Example


Text Example

White with #B506AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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