Html Css Color HEX #B9048F Medium Violet Red

📋 copy color: '#B9048F'

red 185 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #B9048F

Tints of Medium Violet Red #B9048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 55.72%
G = 1.2%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9048F (or 0xB9048F) is known color: Medium Violet Red. HEX triplet: B9, 04 and 8F. RGB value is (185,4,143). Sum of RGB (Red+Green+Blue) = 185+4+143=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9048F is #46FB70. Grayscale: #494949. Windows color (decimal): -4651889 or 9372857. OLE color: 9372857.

HSL color Cylindrical-coordinate representation of color #B9048F: hue angle of 313.92º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9048F is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 143 -
CMYK 0 0.98 0.23 0.27
HSL 313.92º 0.96% 0.37% -
HSV(B) 313.92º 0.98% 0.73% -
XYZ 25.01 12.38 27.06 -
YUV 73.97 166.97 207.2 -
System Red Green Blue C M Y K H S L
Decimal 185 4 143 0 0.98 0.23 0.27 313.92 0.96 0.37
Hex B9 4 8F 0 62 17 1B 13A 60 25
Octal 271 4 217 0 142 27 33 472 140 45
Binary 10111001 100 10001111 0 1100010 10111 11011 100111010 1100000 100101

Color Harmonies of #B9048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9048F

Black with #B9048F

Text Example


Text Example

White with #B9048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9048F; }

 p { color: rgb(185,4,143); }

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

background-color css

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

 a { background-color: rgb(185,4,143); }

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

border-color css

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

 span { border-color: rgb(185,4,143); }

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