Html Css Color HEX #B005AF Deep Magenta

📋 copy color: '#B005AF'

red 176 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #B005AF

Tints of Deep Magenta #B005AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 49.44%
G = 1.4%
B = 49.16%

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

#B005AF (or 0xB005AF) is known color: Deep Magenta. HEX triplet: B0, 05 and AF. RGB value is (176,5,175). Sum of RGB (Red+Green+Blue) = 176+5+175=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B005AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005AF is #4FFA50. Grayscale: #4B4B4B. Windows color (decimal): -5241425 or 11470256. OLE color: 11470256.

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

Color convert

RGB 176 5 175 -
CMYK 0 0.97 0.01 0.31
HSL 300.35º 0.94% 0.35% -
HSV(B) 300.35º 0.97% 0.69% -
XYZ 25.7 12.43 41.6 -
YUV 75.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 176 5 175 0 0.97 0.01 0.31 300.35 0.94 0.35
Hex B0 5 AF 0 61 1 1F 12C 5E 23
Octal 260 5 257 0 141 1 37 454 136 43
Binary 10110000 101 10101111 0 1100001 1 11111 100101100 1011110 100011

Color Harmonies of #B005AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005AF

Black with #B005AF

Text Example


Text Example

White with #B005AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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