Html Css Color HEX #B112C4 Deep Magenta

📋 copy color: '#B112C4'

red 177 ◦ green 18 ◦ blue 196

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

Shades of Deep Magenta #B112C4

Tints of Deep Magenta #B112C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.13%

R = 45.27%
G = 4.6%
B = 50.13%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B112C4 (or 0xB112C4) is known color: Deep Magenta. HEX triplet: B1, 12 and C4. RGB value is (177,18,196). Sum of RGB (Red+Green+Blue) = 177+18+196=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #B112C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112C4 is #4EED3B. Grayscale: #555555. Windows color (decimal): -5172540 or 12849841. OLE color: 12849841.

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

Color convert

RGB 177 18 196 -
CMYK 0.10 0.91 0 0.23
HSL 293.6º 0.83% 0.42% -
HSV(B) 293.6º 0.91% 0.77% -
XYZ 28.31 13.77 53.39 -
YUV 85.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 177 18 196 0.10 0.91 0 0.23 293.6 0.83 0.42
Hex B1 12 C4 A 5B 0 17 126 53 2A
Octal 261 22 304 12 133 0 27 446 123 52
Binary 10110001 10010 11000100 1010 1011011 0 10111 100100110 1010011 101010

Color Harmonies of #B112C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112C4

Black with #B112C4

Text Example


Text Example

White with #B112C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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