Html Css Color HEX #B118C2 Deep Magenta

📋 copy color: '#B118C2'

red 177 ◦ green 24 ◦ blue 194

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

Shades of Deep Magenta #B118C2

Tints of Deep Magenta #B118C2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.08%

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

R = 44.81%
G = 6.08%
B = 49.11%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B118C2 (or 0xB118C2) is known color: Deep Magenta. HEX triplet: B1, 18 and C2. RGB value is (177,24,194). Sum of RGB (Red+Green+Blue) = 177+24+194=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #B118C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118C2 is #4EE73D. Grayscale: #585858. Windows color (decimal): -5171006 or 12720305. OLE color: 12720305.

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

Color convert

RGB 177 24 194 -
CMYK 0.09 0.88 0 0.24
HSL 294º 0.78% 0.43% -
HSV(B) 294º 0.88% 0.76% -
XYZ 28.2 13.9 52.23 -
YUV 89.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 177 24 194 0.09 0.88 0 0.24 294 0.78 0.43
Hex B1 18 C2 9 58 0 18 126 4E 2B
Octal 261 30 302 11 130 0 30 446 116 53
Binary 10110001 11000 11000010 1001 1011000 0 11000 100100110 1001110 101011

Color Harmonies of #B118C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118C2

Black with #B118C2

Text Example


Text Example

White with #B118C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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