Html Css Color HEX #B9038C Medium Violet Red

📋 copy color: '#B9038C'

red 185 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #B9038C

Tints of Medium Violet Red #B9038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 56.4%
G = 0.91%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9038C (or 0xB9038C) is known color: Medium Violet Red. HEX triplet: B9, 03 and 8C. RGB value is (185,3,140). Sum of RGB (Red+Green+Blue) = 185+3+140=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9038C is #46FC73. Grayscale: #484848. Windows color (decimal): -4652148 or 9175993. OLE color: 9175993.

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

Color convert

RGB 185 3 140 -
CMYK 0 0.98 0.24 0.27
HSL 314.84º 0.97% 0.37% -
HSV(B) 314.84º 0.98% 0.73% -
XYZ 24.77 12.27 25.87 -
YUV 73.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 185 3 140 0 0.98 0.24 0.27 314.84 0.97 0.37
Hex B9 3 8C 0 62 18 1B 13B 61 25
Octal 271 3 214 0 142 30 33 473 141 45
Binary 10111001 11 10001100 0 1100010 11000 11011 100111011 1100001 100101

Color Harmonies of #B9038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9038C

Black with #B9038C

Text Example


Text Example

White with #B9038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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