Html Css Color HEX #B006AF Deep Magenta

📋 copy color: '#B006AF'

red 176 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #B006AF

Tints of Deep Magenta #B006AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 49.3%
G = 1.68%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B006AF (or 0xB006AF) is known color: Deep Magenta. HEX triplet: B0, 06 and AF. RGB value is (176,6,175). Sum of RGB (Red+Green+Blue) = 176+6+175=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B006AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B006AF is #4FF950. Grayscale: #4B4B4B. Windows color (decimal): -5241169 or 11470512. OLE color: 11470512.

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

Color convert

RGB 176 6 175 -
CMYK 0 0.97 0.01 0.31
HSL 300.35º 0.93% 0.36% -
HSV(B) 300.35º 0.97% 0.69% -
XYZ 25.71 12.46 41.61 -
YUV 76.1 183.82 199.26 -
System Red Green Blue C M Y K H S L
Decimal 176 6 175 0 0.97 0.01 0.31 300.35 0.93 0.36
Hex B0 6 AF 0 61 1 1F 12C 5D 24
Octal 260 6 257 0 141 1 37 454 135 44
Binary 10110000 110 10101111 0 1100001 1 11111 100101100 1011101 100100

Color Harmonies of #B006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006AF

Black with #B006AF

Text Example


Text Example

White with #B006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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