Html Css Color HEX #B112C2 Deep Magenta

📋 copy color: '#B112C2'

red 177 ◦ green 18 ◦ blue 194

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

Shades of Deep Magenta #B112C2

Tints of Deep Magenta #B112C2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.63%

 BLUE value IS 194 (76.17% from 255) = 49.87%

R = 45.5%
G = 4.63%
B = 49.87%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B112C2 (or 0xB112C2) is known color: Deep Magenta. HEX triplet: B1, 12 and C2. RGB value is (177,18,194). Sum of RGB (Red+Green+Blue) = 177+18+194=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #B112C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112C2 is #4EED3D. Grayscale: #555555. Windows color (decimal): -5172542 or 12718769. OLE color: 12718769.

HSL color Cylindrical-coordinate representation of color #B112C2: hue angle of 294.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112C2 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 18 194 -
CMYK 0.09 0.91 0 0.24
HSL 294.2º 0.83% 0.42% -
HSV(B) 294.2º 0.91% 0.76% -
XYZ 28.09 13.67 52.2 -
YUV 85.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 177 18 194 0.09 0.91 0 0.24 294.2 0.83 0.42
Hex B1 12 C2 9 5B 0 18 126 53 2A
Octal 261 22 302 11 133 0 30 446 123 52
Binary 10110001 10010 11000010 1001 1011011 0 11000 100100110 1010011 101010

Color Harmonies of #B112C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112C2

Black with #B112C2

Text Example


Text Example

White with #B112C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112C2; }

 p { color: rgb(177,18,194); }

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

background-color css

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

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

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

border-color css

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

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

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