Html Css Color HEX #B9047B Medium Violet Red

📋 copy color: '#B9047B'

red 185 ◦ green 4 ◦ blue 123

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

Shades of Medium Violet Red #B9047B

Tints of Medium Violet Red #B9047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 59.29%
G = 1.28%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9047B (or 0xB9047B) is known color: Medium Violet Red. HEX triplet: B9, 04 and 7B. RGB value is (185,4,123). Sum of RGB (Red+Green+Blue) = 185+4+123=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9047B is #46FB84. Grayscale: #474747. Windows color (decimal): -4651909 or 8062137. OLE color: 8062137.

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

Color convert

RGB 185 4 123 -
CMYK 0 0.98 0.34 0.27
HSL 320.55º 0.96% 0.37% -
HSV(B) 320.55º 0.98% 0.73% -
XYZ 23.63 11.83 19.78 -
YUV 71.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 185 4 123 0 0.98 0.34 0.27 320.55 0.96 0.37
Hex B9 4 7B 0 62 22 1B 141 60 25
Octal 271 4 173 0 142 42 33 501 140 45
Binary 10111001 100 1111011 0 1100010 100010 11011 101000001 1100000 100101

Color Harmonies of #B9047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9047B

Black with #B9047B

Text Example


Text Example

White with #B9047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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