Html Css Color HEX #B9028C Medium Violet Red

📋 copy color: '#B9028C'

red 185 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #B9028C

Tints of Medium Violet Red #B9028C

RGB

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

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

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

R = 56.57%
G = 0.61%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9028C (or 0xB9028C) is known color: Medium Violet Red. HEX triplet: B9, 02 and 8C. RGB value is (185,2,140). Sum of RGB (Red+Green+Blue) = 185+2+140=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9028C is #46FD73. Grayscale: #484848. Windows color (decimal): -4652404 or 9175737. OLE color: 9175737.

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

Color convert

RGB 185 2 140 -
CMYK 0 0.99 0.24 0.27
HSL 314.75º 0.98% 0.37% -
HSV(B) 314.75º 0.99% 0.73% -
XYZ 24.76 12.25 25.87 -
YUV 72.45 166.13 208.28 -
System Red Green Blue C M Y K H S L
Decimal 185 2 140 0 0.99 0.24 0.27 314.75 0.98 0.37
Hex B9 2 8C 0 63 18 1B 13B 62 25
Octal 271 2 214 0 143 30 33 473 142 45
Binary 10111001 10 10001100 0 1100011 11000 11011 100111011 1100010 100101

Color Harmonies of #B9028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9028C

Black with #B9028C

Text Example


Text Example

White with #B9028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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