Html Css Color HEX #B112CB Deep Magenta

📋 copy color: '#B112CB'

red 177 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #B112CB

Tints of Deep Magenta #B112CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 44.47%
G = 4.52%
B = 51.01%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B112CB (or 0xB112CB) is known color: Deep Magenta. HEX triplet: B1, 12 and CB. RGB value is (177,18,203). Sum of RGB (Red+Green+Blue) = 177+18+203=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #B112CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112CB is #4EED34. Grayscale: #565656. Windows color (decimal): -5172533 or 13308593. OLE color: 13308593.

HSL color Cylindrical-coordinate representation of color #B112CB: hue angle of 291.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112CB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 18 203 -
CMYK 0.13 0.91 0 0.20
HSL 291.57º 0.84% 0.43% -
HSV(B) 291.57º 0.91% 0.8% -
XYZ 29.13 14.09 57.68 -
YUV 86.63 193.68 192.46 -
System Red Green Blue C M Y K H S L
Decimal 177 18 203 0.13 0.91 0 0.20 291.57 0.84 0.43
Hex B1 12 CB D 5B 0 14 124 54 2B
Octal 261 22 313 15 133 0 24 444 124 53
Binary 10110001 10010 11001011 1101 1011011 0 10100 100100100 1010100 101011

Color Harmonies of #B112CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112CB

Black with #B112CB

Text Example


Text Example

White with #B112CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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