Html Css Color HEX #B9128C Medium Violet Red

📋 copy color: '#B9128C'

red 185 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #B9128C

Tints of Medium Violet Red #B9128C

RGB

 RED value IS 185 (72.66% from 255) = 53.94%

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 53.94%
G = 5.25%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9128C (or 0xB9128C) is known color: Medium Violet Red. HEX triplet: B9, 12 and 8C. RGB value is (185,18,140). Sum of RGB (Red+Green+Blue) = 185+18+140=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9128C is #46ED73. Grayscale: #515151. Windows color (decimal): -4648308 or 9179833. OLE color: 9179833.

HSL color Cylindrical-coordinate representation of color #B9128C: hue angle of 316.17º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9128C is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 140 -
CMYK 0 0.90 0.24 0.27
HSL 316.17º 0.82% 0.4% -
HSV(B) 316.17º 0.9% 0.73% -
XYZ 24.96 12.64 25.94 -
YUV 81.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 185 18 140 0 0.90 0.24 0.27 316.17 0.82 0.4
Hex B9 12 8C 0 5A 18 1B 13C 52 28
Octal 271 22 214 0 132 30 33 474 122 50
Binary 10111001 10010 10001100 0 1011010 11000 11011 100111100 1010010 101000

Color Harmonies of #B9128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9128C

Black with #B9128C

Text Example


Text Example

White with #B9128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9128C; }

 p { color: rgb(185,18,140); }

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

background-color css

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

 a { background-color: rgb(185,18,140); }

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

border-color css

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

 span { border-color: rgb(185,18,140); }

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