Html Css Color HEX #B9018F Medium Violet Red

📋 copy color: '#B9018F'

red 185 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #B9018F

Tints of Medium Violet Red #B9018F

RGB

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

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

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

R = 56.23%
G = 0.3%
B = 43.47%

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

#B9018F (or 0xB9018F) is known color: Medium Violet Red. HEX triplet: B9, 01 and 8F. RGB value is (185,1,143). Sum of RGB (Red+Green+Blue) = 185+1+143=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9018F is #46FE70. Grayscale: #474747. Windows color (decimal): -4652657 or 9372089. OLE color: 9372089.

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

Color convert

RGB 185 1 143 -
CMYK 0 0.99 0.23 0.27
HSL 313.7º 0.99% 0.36% -
HSV(B) 313.7º 0.99% 0.73% -
XYZ 24.98 12.32 27.05 -
YUV 72.2 167.96 208.45 -
System Red Green Blue C M Y K H S L
Decimal 185 1 143 0 0.99 0.23 0.27 313.7 0.99 0.36
Hex B9 1 8F 0 63 17 1B 13A 63 24
Octal 271 1 217 0 143 27 33 472 143 44
Binary 10111001 1 10001111 0 1100011 10111 11011 100111010 1100011 100100

Color Harmonies of #B9018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9018F

Black with #B9018F

Text Example


Text Example

White with #B9018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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