Html Css Color HEX #B006A8 Deep Magenta

📋 copy color: '#B006A8'

red 176 ◦ green 6 ◦ blue 168

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

Shades of Deep Magenta #B006A8

Tints of Deep Magenta #B006A8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 168 (66.02% from 255) = 48%

R = 50.29%
G = 1.71%
B = 48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B006A8 (or 0xB006A8) is known color: Deep Magenta. HEX triplet: B0, 06 and A8. RGB value is (176,6,168). Sum of RGB (Red+Green+Blue) = 176+6+168=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B006A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B006A8 is #4FF957. Grayscale: #4A4A4A. Windows color (decimal): -5241176 or 11011760. OLE color: 11011760.

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

Color convert

RGB 176 6 168 -
CMYK 0 0.97 0.05 0.31
HSL 302.82º 0.93% 0.36% -
HSV(B) 302.82º 0.97% 0.69% -
XYZ 25.04 12.19 38.08 -
YUV 75.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 176 6 168 0 0.97 0.05 0.31 302.82 0.93 0.36
Hex B0 6 A8 0 61 5 1F 12F 5D 24
Octal 260 6 250 0 141 5 37 457 135 44
Binary 10110000 110 10101000 0 1100001 101 11111 100101111 1011101 100100

Color Harmonies of #B006A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006A8

Black with #B006A8

Text Example


Text Example

White with #B006A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006A8; }

 p { color: rgb(176,6,168); }

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

background-color css

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

 a { background-color: rgb(176,6,168); }

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

border-color css

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

 span { border-color: rgb(176,6,168); }

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