Html Css Color HEX #B9148B Medium Violet Red

📋 copy color: '#B9148B'

red 185 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #B9148B

Tints of Medium Violet Red #B9148B

RGB

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

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

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

R = 53.78%
G = 5.81%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9148B (or 0xB9148B) is known color: Medium Violet Red. HEX triplet: B9, 14 and 8B. RGB value is (185,20,139). Sum of RGB (Red+Green+Blue) = 185+20+139=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9148B is #46EB74. Grayscale: #525252. Windows color (decimal): -4647797 or 9114809. OLE color: 9114809.

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

Color convert

RGB 185 20 139 -
CMYK 0 0.89 0.25 0.27
HSL 316.73º 0.8% 0.4% -
HSV(B) 316.73º 0.89% 0.73% -
XYZ 24.92 12.68 25.56 -
YUV 82.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 185 20 139 0 0.89 0.25 0.27 316.73 0.8 0.4
Hex B9 14 8B 0 59 19 1B 13D 50 28
Octal 271 24 213 0 131 31 33 475 120 50
Binary 10111001 10100 10001011 0 1011001 11001 11011 100111101 1010000 101000

Color Harmonies of #B9148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9148B

Black with #B9148B

Text Example


Text Example

White with #B9148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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