Html Css Color HEX #B114B1 Deep Magenta

📋 copy color: '#B114B1'

red 177 ◦ green 20 ◦ blue 177

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

Shades of Deep Magenta #B114B1

Tints of Deep Magenta #B114B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 47.33%
G = 5.35%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B114B1 (or 0xB114B1) is known color: Deep Magenta. HEX triplet: B1, 14 and B1. RGB value is (177,20,177). Sum of RGB (Red+Green+Blue) = 177+20+177=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B114B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B114B1 is #4EEB4E. Grayscale: #545454. Windows color (decimal): -5172047 or 11605169. OLE color: 11605169.

HSL color Cylindrical-coordinate representation of color #B114B1: hue angle of 300º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B114B1 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 177 -
CMYK 0 0.89 0 0.31
HSL 300º 0.8% 0.39% -
HSV(B) 300º 0.89% 0.69% -
XYZ 26.32 13.02 42.72 -
YUV 84.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 177 20 177 0 0.89 0 0.31 300 0.8 0.39
Hex B1 14 B1 0 59 0 1F 12C 50 27
Octal 261 24 261 0 131 0 37 454 120 47
Binary 10110001 10100 10110001 0 1011001 0 11111 100101100 1010000 100111

Color Harmonies of #B114B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114B1

Black with #B114B1

Text Example


Text Example

White with #B114B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114B1; }

 p { color: rgb(177,20,177); }

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

background-color css

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

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

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

border-color css

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

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

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