Html Css Color HEX #B9059F Medium Violet Red

📋 copy color: '#B9059F'

red 185 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #B9059F

Tints of Medium Violet Red #B9059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 53.01%
G = 1.43%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9059F (or 0xB9059F) is known color: Medium Violet Red. HEX triplet: B9, 05 and 9F. RGB value is (185,5,159). Sum of RGB (Red+Green+Blue) = 185+5+159=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9059F is #46FA60. Grayscale: #4B4B4B. Windows color (decimal): -4651617 or 10421689. OLE color: 10421689.

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

Color convert

RGB 185 5 159 -
CMYK 0 0.97 0.14 0.27
HSL 308.67º 0.95% 0.37% -
HSV(B) 308.67º 0.97% 0.73% -
XYZ 26.32 12.93 33.91 -
YUV 76.38 174.63 205.48 -
System Red Green Blue C M Y K H S L
Decimal 185 5 159 0 0.97 0.14 0.27 308.67 0.95 0.37
Hex B9 5 9F 0 61 E 1B 135 5F 25
Octal 271 5 237 0 141 16 33 465 137 45
Binary 10111001 101 10011111 0 1100001 1110 11011 100110101 1011111 100101

Color Harmonies of #B9059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9059F

Black with #B9059F

Text Example


Text Example

White with #B9059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9059F; }

 p { color: rgb(185,5,159); }

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

background-color css

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

 a { background-color: rgb(185,5,159); }

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

border-color css

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

 span { border-color: rgb(185,5,159); }

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