Html Css Color HEX #B118A5 Medium Violet Red

📋 copy color: '#B118A5'

red 177 ◦ green 24 ◦ blue 165

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

Shades of Medium Violet Red #B118A5

Tints of Medium Violet Red #B118A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.08%

R = 48.36%
G = 6.56%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B118A5 (or 0xB118A5) is known color: Medium Violet Red. HEX triplet: B1, 18 and A5. RGB value is (177,24,165). Sum of RGB (Red+Green+Blue) = 177+24+165=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A5 is #4EE75A. Grayscale: #555555. Windows color (decimal): -5171035 or 10819761. OLE color: 10819761.

HSL color Cylindrical-coordinate representation of color #B118A5: hue angle of 304.71º 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 #B118A5 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 165 -
CMYK 0 0.86 0.07 0.31
HSL 304.71º 0.76% 0.39% -
HSV(B) 304.71º 0.86% 0.69% -
XYZ 25.25 12.72 36.72 -
YUV 85.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 177 24 165 0 0.86 0.07 0.31 304.71 0.76 0.39
Hex B1 18 A5 0 56 7 1F 131 4C 27
Octal 261 30 245 0 126 7 37 461 114 47
Binary 10110001 11000 10100101 0 1010110 111 11111 100110001 1001100 100111

Color Harmonies of #B118A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118A5

Black with #B118A5

Text Example


Text Example

White with #B118A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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