Html Css Color HEX #B9018D Medium Violet Red

📋 copy color: '#B9018D'

red 185 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #B9018D

Tints of Medium Violet Red #B9018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 56.57%
G = 0.31%
B = 43.12%

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

#B9018D (or 0xB9018D) is known color: Medium Violet Red. HEX triplet: B9, 01 and 8D. RGB value is (185,1,141). Sum of RGB (Red+Green+Blue) = 185+1+141=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018D is #46FE72. Grayscale: #474747. Windows color (decimal): -4652659 or 9241017. OLE color: 9241017.

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

Color convert

RGB 185 1 141 -
CMYK 0 0.99 0.24 0.27
HSL 314.35º 0.99% 0.36% -
HSV(B) 314.35º 0.99% 0.73% -
XYZ 24.83 12.26 26.26 -
YUV 71.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 185 1 141 0 0.99 0.24 0.27 314.35 0.99 0.36
Hex B9 1 8D 0 63 18 1B 13A 63 24
Octal 271 1 215 0 143 30 33 472 143 44
Binary 10111001 1 10001101 0 1100011 11000 11011 100111010 1100011 100100

Color Harmonies of #B9018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9018D

Black with #B9018D

Text Example


Text Example

White with #B9018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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