Html Css Color HEX #B9188A Medium Violet Red

📋 copy color: '#B9188A'

red 185 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #B9188A

Tints of Medium Violet Red #B9188A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 53.31%
G = 6.92%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9188A (or 0xB9188A) is known color: Medium Violet Red. HEX triplet: B9, 18 and 8A. RGB value is (185,24,138). Sum of RGB (Red+Green+Blue) = 185+24+138=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9188A is #46E775. Grayscale: #545454. Windows color (decimal): -4646774 or 9050297. OLE color: 9050297.

HSL color Cylindrical-coordinate representation of color #B9188A: hue angle of 317.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9188A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 138 -
CMYK 0 0.87 0.25 0.27
HSL 317.52º 0.77% 0.41% -
HSV(B) 317.52º 0.87% 0.73% -
XYZ 24.92 12.8 25.2 -
YUV 85.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 185 24 138 0 0.87 0.25 0.27 317.52 0.77 0.41
Hex B9 18 8A 0 57 19 1B 13E 4D 29
Octal 271 30 212 0 127 31 33 476 115 51
Binary 10111001 11000 10001010 0 1010111 11001 11011 100111110 1001101 101001

Color Harmonies of #B9188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9188A

Black with #B9188A

Text Example


Text Example

White with #B9188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9188A; }

 p { color: rgb(185,24,138); }

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

background-color css

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

 a { background-color: rgb(185,24,138); }

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

border-color css

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

 span { border-color: rgb(185,24,138); }

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