Html Css Color HEX #B9028D Medium Violet Red

📋 copy color: '#B9028D'

red 185 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #B9028D

Tints of Medium Violet Red #B9028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 56.4%
G = 0.61%
B = 42.99%

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

#B9028D (or 0xB9028D) is known color: Medium Violet Red. HEX triplet: B9, 02 and 8D. RGB value is (185,2,141). Sum of RGB (Red+Green+Blue) = 185+2+141=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9028D is #46FD72. Grayscale: #484848. Windows color (decimal): -4652403 or 9241273. OLE color: 9241273.

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

Color convert

RGB 185 2 141 -
CMYK 0 0.99 0.24 0.27
HSL 314.43º 0.98% 0.37% -
HSV(B) 314.43º 0.99% 0.73% -
XYZ 24.84 12.28 26.26 -
YUV 72.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 185 2 141 0 0.99 0.24 0.27 314.43 0.98 0.37
Hex B9 2 8D 0 63 18 1B 13A 62 25
Octal 271 2 215 0 143 30 33 472 142 45
Binary 10111001 10 10001101 0 1100011 11000 11011 100111010 1100010 100101

Color Harmonies of #B9028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9028D

Black with #B9028D

Text Example


Text Example

White with #B9028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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