Html Css Color HEX #B007AC Deep Magenta

📋 copy color: '#B007AC'

red 176 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #B007AC

Tints of Deep Magenta #B007AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 49.58%
G = 1.97%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B007AC (or 0xB007AC) is known color: Deep Magenta. HEX triplet: B0, 07 and AC. RGB value is (176,7,172). Sum of RGB (Red+Green+Blue) = 176+7+172=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B007AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007AC is #4FF853. Grayscale: #4B4B4B. Windows color (decimal): -5240916 or 11274160. OLE color: 11274160.

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

Color convert

RGB 176 7 172 -
CMYK 0 0.96 0.02 0.31
HSL 301.42º 0.92% 0.36% -
HSV(B) 301.42º 0.96% 0.69% -
XYZ 25.43 12.36 40.08 -
YUV 76.34 181.99 199.08 -
System Red Green Blue C M Y K H S L
Decimal 176 7 172 0 0.96 0.02 0.31 301.42 0.92 0.36
Hex B0 7 AC 0 60 2 1F 12D 5C 24
Octal 260 7 254 0 140 2 37 455 134 44
Binary 10110000 111 10101100 0 1100000 10 11111 100101101 1011100 100100

Color Harmonies of #B007AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007AC

Black with #B007AC

Text Example


Text Example

White with #B007AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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