Html Css Color HEX #B9018E Medium Violet Red

📋 copy color: '#B9018E'

red 185 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #B9018E

Tints of Medium Violet Red #B9018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 56.4%
G = 0.3%
B = 43.29%

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

#B9018E (or 0xB9018E) is known color: Medium Violet Red. HEX triplet: B9, 01 and 8E. RGB value is (185,1,142). Sum of RGB (Red+Green+Blue) = 185+1+142=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018E is #46FE71. Grayscale: #474747. Windows color (decimal): -4652658 or 9306553. OLE color: 9306553.

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

Color convert

RGB 185 1 142 -
CMYK 0 0.99 0.23 0.27
HSL 314.02º 0.99% 0.36% -
HSV(B) 314.02º 0.99% 0.73% -
XYZ 24.9 12.29 26.65 -
YUV 72.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 185 1 142 0 0.99 0.23 0.27 314.02 0.99 0.36
Hex B9 1 8E 0 63 17 1B 13A 63 24
Octal 271 1 216 0 143 27 33 472 143 44
Binary 10111001 1 10001110 0 1100011 10111 11011 100111010 1100011 100100

Color Harmonies of #B9018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9018E

Black with #B9018E

Text Example


Text Example

White with #B9018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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