Html Css Color HEX #B505AC Deep Magenta

📋 copy color: '#B505AC'

red 181 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #B505AC

Tints of Deep Magenta #B505AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 50.56%
G = 1.4%
B = 48.04%

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

#B505AC (or 0xB505AC) is known color: Deep Magenta. HEX triplet: B5, 05 and AC. RGB value is (181,5,172). Sum of RGB (Red+Green+Blue) = 181+5+172=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B505AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B505AC is #4AFA53. Grayscale: #4C4C4C. Windows color (decimal): -4913748 or 11273653. OLE color: 11273653.

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

Color convert

RGB 181 5 172 -
CMYK 0 0.97 0.05 0.29
HSL 303.07º 0.95% 0.36% -
HSV(B) 303.07º 0.97% 0.71% -
XYZ 26.56 12.91 40.12 -
YUV 76.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 181 5 172 0 0.97 0.05 0.29 303.07 0.95 0.36
Hex B5 5 AC 0 61 5 1D 12F 5F 24
Octal 265 5 254 0 141 5 35 457 137 44
Binary 10110101 101 10101100 0 1100001 101 11101 100101111 1011111 100100

Color Harmonies of #B505AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505AC

Black with #B505AC

Text Example


Text Example

White with #B505AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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