Html Css Color HEX #B9029F Medium Violet Red

📋 copy color: '#B9029F'

red 185 ◦ green 2 ◦ blue 159

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

Shades of Medium Violet Red #B9029F

Tints of Medium Violet Red #B9029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 53.47%
G = 0.58%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9029F (or 0xB9029F) is known color: Medium Violet Red. HEX triplet: B9, 02 and 9F. RGB value is (185,2,159). Sum of RGB (Red+Green+Blue) = 185+2+159=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9029F is #46FD60. Grayscale: #4A4A4A. Windows color (decimal): -4652385 or 10420921. OLE color: 10420921.

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

Color convert

RGB 185 2 159 -
CMYK 0 0.99 0.14 0.27
HSL 308.52º 0.98% 0.37% -
HSV(B) 308.52º 0.99% 0.73% -
XYZ 26.29 12.86 33.9 -
YUV 74.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 185 2 159 0 0.99 0.14 0.27 308.52 0.98 0.37
Hex B9 2 9F 0 63 E 1B 135 62 25
Octal 271 2 237 0 143 16 33 465 142 45
Binary 10111001 10 10011111 0 1100011 1110 11011 100110101 1100010 100101

Color Harmonies of #B9029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9029F

Black with #B9029F

Text Example


Text Example

White with #B9029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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