Html Css Color HEX #B9148C Medium Violet Red

📋 copy color: '#B9148C'

red 185 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #B9148C

Tints of Medium Violet Red #B9148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.8%

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

R = 53.62%
G = 5.8%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9148C (or 0xB9148C) is known color: Medium Violet Red. HEX triplet: B9, 14 and 8C. RGB value is (185,20,140). Sum of RGB (Red+Green+Blue) = 185+20+140=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9148C is #46EB73. Grayscale: #525252. Windows color (decimal): -4647796 or 9180345. OLE color: 9180345.

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

Color convert

RGB 185 20 140 -
CMYK 0 0.89 0.24 0.27
HSL 316.36º 0.8% 0.4% -
HSV(B) 316.36º 0.89% 0.73% -
XYZ 24.99 12.71 25.95 -
YUV 83.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 185 20 140 0 0.89 0.24 0.27 316.36 0.8 0.4
Hex B9 14 8C 0 59 18 1B 13C 50 28
Octal 271 24 214 0 131 30 33 474 120 50
Binary 10111001 10100 10001100 0 1011001 11000 11011 100111100 1010000 101000

Color Harmonies of #B9148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9148C

Black with #B9148C

Text Example


Text Example

White with #B9148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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