Html Css Color HEX #B007A6 Dark Magenta

📋 copy color: '#B007A6'

red 176 ◦ green 7 ◦ blue 166

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

Shades of Dark Magenta #B007A6

Tints of Dark Magenta #B007A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.56%

R = 50.43%
G = 2.01%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B007A6 (or 0xB007A6) is known color: Dark Magenta. HEX triplet: B0, 07 and A6. RGB value is (176,7,166). Sum of RGB (Red+Green+Blue) = 176+7+166=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B007A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007A6 is #4FF859. Grayscale: #4B4B4B. Windows color (decimal): -5240922 or 10880944. OLE color: 10880944.

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

Color convert

RGB 176 7 166 -
CMYK 0 0.96 0.06 0.31
HSL 303.55º 0.92% 0.36% -
HSV(B) 303.55º 0.96% 0.69% -
XYZ 24.86 12.14 37.11 -
YUV 75.66 178.99 199.57 -
System Red Green Blue C M Y K H S L
Decimal 176 7 166 0 0.96 0.06 0.31 303.55 0.92 0.36
Hex B0 7 A6 0 60 6 1F 130 5C 24
Octal 260 7 246 0 140 6 37 460 134 44
Binary 10110000 111 10100110 0 1100000 110 11111 100110000 1011100 100100

Color Harmonies of #B007A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007A6

Black with #B007A6

Text Example


Text Example

White with #B007A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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