Html Css Color HEX #B11CAF Deep Magenta

📋 copy color: '#B11CAF'

red 177 ◦ green 28 ◦ blue 175

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

Shades of Deep Magenta #B11CAF

Tints of Deep Magenta #B11CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.37%

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

R = 46.58%
G = 7.37%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B11CAF (or 0xB11CAF) is known color: Deep Magenta. HEX triplet: B1, 1C and AF. RGB value is (177,28,175). Sum of RGB (Red+Green+Blue) = 177+28+175=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B11CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11CAF is #4EE350. Grayscale: #585858. Windows color (decimal): -5170001 or 11476145. OLE color: 11476145.

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

Color convert

RGB 177 28 175 -
CMYK 0 0.84 0.01 0.31
HSL 300.81º 0.73% 0.4% -
HSV(B) 300.81º 0.84% 0.69% -
XYZ 26.28 13.27 41.73 -
YUV 89.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 177 28 175 0 0.84 0.01 0.31 300.81 0.73 0.4
Hex B1 1C AF 0 54 1 1F 12D 49 28
Octal 261 34 257 0 124 1 37 455 111 50
Binary 10110001 11100 10101111 0 1010100 1 11111 100101101 1001001 101000

Color Harmonies of #B11CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CAF

Black with #B11CAF

Text Example


Text Example

White with #B11CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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