Html Css Color HEX #B118A3 Medium Violet Red

📋 copy color: '#B118A3'

red 177 ◦ green 24 ◦ blue 163

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

Shades of Medium Violet Red #B118A3

Tints of Medium Violet Red #B118A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 44.78%

R = 48.63%
G = 6.59%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B118A3 (or 0xB118A3) is known color: Medium Violet Red. HEX triplet: B1, 18 and A3. RGB value is (177,24,163). Sum of RGB (Red+Green+Blue) = 177+24+163=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A3 is #4EE75C. Grayscale: #555555. Windows color (decimal): -5171037 or 10688689. OLE color: 10688689.

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

Color convert

RGB 177 24 163 -
CMYK 0 0.86 0.08 0.31
HSL 305.49º 0.76% 0.39% -
HSV(B) 305.49º 0.86% 0.69% -
XYZ 25.07 12.64 35.77 -
YUV 85.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 177 24 163 0 0.86 0.08 0.31 305.49 0.76 0.39
Hex B1 18 A3 0 56 8 1F 131 4C 27
Octal 261 30 243 0 126 10 37 461 114 47
Binary 10110001 11000 10100011 0 1010110 1000 11111 100110001 1001100 100111

Color Harmonies of #B118A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118A3

Black with #B118A3

Text Example


Text Example

White with #B118A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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