Html Css Color HEX #B506AC Deep Magenta

📋 copy color: '#B506AC'

red 181 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #B506AC

Tints of Deep Magenta #B506AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 50.42%
G = 1.67%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B506AC (or 0xB506AC) is known color: Deep Magenta. HEX triplet: B5, 06 and AC. RGB value is (181,6,172). Sum of RGB (Red+Green+Blue) = 181+6+172=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B506AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506AC is #4AF953. Grayscale: #4C4C4C. Windows color (decimal): -4913492 or 11273909. OLE color: 11273909.

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

Color convert

RGB 181 6 172 -
CMYK 0 0.97 0.05 0.29
HSL 303.09º 0.94% 0.37% -
HSV(B) 303.09º 0.97% 0.71% -
XYZ 26.57 12.93 40.13 -
YUV 77.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 181 6 172 0 0.97 0.05 0.29 303.09 0.94 0.37
Hex B5 6 AC 0 61 5 1D 12F 5E 25
Octal 265 6 254 0 141 5 35 457 136 45
Binary 10110101 110 10101100 0 1100001 101 11101 100101111 1011110 100101

Color Harmonies of #B506AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506AC

Black with #B506AC

Text Example


Text Example

White with #B506AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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