Html Css Color HEX #B9128B Medium Violet Red

📋 copy color: '#B9128B'

red 185 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #B9128B

Tints of Medium Violet Red #B9128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 54.09%
G = 5.26%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9128B (or 0xB9128B) is known color: Medium Violet Red. HEX triplet: B9, 12 and 8B. RGB value is (185,18,139). Sum of RGB (Red+Green+Blue) = 185+18+139=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9128B is #46ED74. Grayscale: #515151. Windows color (decimal): -4648309 or 9114297. OLE color: 9114297.

HSL color Cylindrical-coordinate representation of color #B9128B: hue angle of 316.53º 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 #B9128B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 139 -
CMYK 0 0.90 0.25 0.27
HSL 316.53º 0.82% 0.4% -
HSV(B) 316.53º 0.9% 0.73% -
XYZ 24.88 12.61 25.55 -
YUV 81.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 185 18 139 0 0.90 0.25 0.27 316.53 0.82 0.4
Hex B9 12 8B 0 5A 19 1B 13D 52 28
Octal 271 22 213 0 132 31 33 475 122 50
Binary 10111001 10010 10001011 0 1011010 11001 11011 100111101 1010010 101000

Color Harmonies of #B9128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9128B

Black with #B9128B

Text Example


Text Example

White with #B9128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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