Html Css Color HEX #B508AC Deep Magenta

📋 copy color: '#B508AC'

red 181 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #B508AC

Tints of Deep Magenta #B508AC

RGB

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

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

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

R = 50.14%
G = 2.22%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B508AC (or 0xB508AC) is known color: Deep Magenta. HEX triplet: B5, 08 and AC. RGB value is (181,8,172). Sum of RGB (Red+Green+Blue) = 181+8+172=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B508AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B508AC is #4AF753. Grayscale: #4D4D4D. Windows color (decimal): -4912980 or 11274421. OLE color: 11274421.

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

Color convert

RGB 181 8 172 -
CMYK 0 0.96 0.05 0.29
HSL 303.12º 0.92% 0.37% -
HSV(B) 303.12º 0.96% 0.71% -
XYZ 26.59 12.98 40.13 -
YUV 78.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 181 8 172 0 0.96 0.05 0.29 303.12 0.92 0.37
Hex B5 8 AC 0 60 5 1D 12F 5C 25
Octal 265 10 254 0 140 5 35 457 134 45
Binary 10110101 1000 10101100 0 1100000 101 11101 100101111 1011100 100101

Color Harmonies of #B508AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508AC

Black with #B508AC

Text Example


Text Example

White with #B508AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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