Html Css Color HEX #B9028F Medium Violet Red

📋 copy color: '#B9028F'

red 185 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #B9028F

Tints of Medium Violet Red #B9028F

RGB

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

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

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

R = 56.06%
G = 0.61%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9028F (or 0xB9028F) is known color: Medium Violet Red. HEX triplet: B9, 02 and 8F. RGB value is (185,2,143). Sum of RGB (Red+Green+Blue) = 185+2+143=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9028F is #46FD70. Grayscale: #484848. Windows color (decimal): -4652401 or 9372345. OLE color: 9372345.

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

Color convert

RGB 185 2 143 -
CMYK 0 0.99 0.23 0.27
HSL 313.77º 0.98% 0.37% -
HSV(B) 313.77º 0.99% 0.73% -
XYZ 24.99 12.34 27.05 -
YUV 72.79 167.63 208.04 -
System Red Green Blue C M Y K H S L
Decimal 185 2 143 0 0.99 0.23 0.27 313.77 0.98 0.37
Hex B9 2 8F 0 63 17 1B 13A 62 25
Octal 271 2 217 0 143 27 33 472 142 45
Binary 10111001 10 10001111 0 1100011 10111 11011 100111010 1100010 100101

Color Harmonies of #B9028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9028F

Black with #B9028F

Text Example


Text Example

White with #B9028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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