Html Css Color HEX #B104AF Deep Magenta

📋 copy color: '#B104AF'

red 177 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #B104AF

Tints of Deep Magenta #B104AF

RGB

 RED value IS 177 (69.53% from 255) = 49.72%

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 49.72%
G = 1.12%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B104AF (or 0xB104AF) is known color: Deep Magenta. HEX triplet: B1, 04 and AF. RGB value is (177,4,175). Sum of RGB (Red+Green+Blue) = 177+4+175=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B104AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B104AF is #4EFB50. Grayscale: #4A4A4A. Windows color (decimal): -5176145 or 11470001. OLE color: 11470001.

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

Color convert

RGB 177 4 175 -
CMYK 0 0.98 0.01 0.31
HSL 300.69º 0.96% 0.35% -
HSV(B) 300.69º 0.98% 0.69% -
XYZ 25.91 12.53 41.61 -
YUV 75.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 177 4 175 0 0.98 0.01 0.31 300.69 0.96 0.35
Hex B1 4 AF 0 62 1 1F 12D 60 23
Octal 261 4 257 0 142 1 37 455 140 43
Binary 10110001 100 10101111 0 1100010 1 11111 100101101 1100000 100011

Color Harmonies of #B104AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104AF

Black with #B104AF

Text Example


Text Example

White with #B104AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104AF; }

 p { color: rgb(177,4,175); }

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

background-color css

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

 a { background-color: rgb(177,4,175); }

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

border-color css

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

 span { border-color: rgb(177,4,175); }

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