Html Css Color HEX #B008AC Deep Magenta

📋 copy color: '#B008AC'

red 176 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #B008AC

Tints of Deep Magenta #B008AC

RGB

 RED value IS 176 (69.14% from 255) = 49.44%

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

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

R = 49.44%
G = 2.25%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B008AC (or 0xB008AC) is known color: Deep Magenta. HEX triplet: B0, 08 and AC. RGB value is (176,8,172). Sum of RGB (Red+Green+Blue) = 176+8+172=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B008AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008AC is #4FF753. Grayscale: #4C4C4C. Windows color (decimal): -5240660 or 11274416. OLE color: 11274416.

HSL color Cylindrical-coordinate representation of color #B008AC: hue angle of 301.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B008AC is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 172 -
CMYK 0 0.95 0.02 0.31
HSL 301.43º 0.91% 0.36% -
HSV(B) 301.43º 0.95% 0.69% -
XYZ 25.44 12.38 40.08 -
YUV 76.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 176 8 172 0 0.95 0.02 0.31 301.43 0.91 0.36
Hex B0 8 AC 0 5F 2 1F 12D 5B 24
Octal 260 10 254 0 137 2 37 455 133 44
Binary 10110000 1000 10101100 0 1011111 10 11111 100101101 1011011 100100

Color Harmonies of #B008AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008AC

Black with #B008AC

Text Example


Text Example

White with #B008AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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