Html Css Color HEX #B9019D Medium Violet Red

📋 copy color: '#B9019D'

red 185 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #B9019D

Tints of Medium Violet Red #B9019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 53.94%
G = 0.29%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9019D (or 0xB9019D) is known color: Medium Violet Red. HEX triplet: B9, 01 and 9D. RGB value is (185,1,157). Sum of RGB (Red+Green+Blue) = 185+1+157=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9019D is #46FE62. Grayscale: #494949. Windows color (decimal): -4652643 or 10289593. OLE color: 10289593.

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

Color convert

RGB 185 1 157 -
CMYK 0 0.99 0.15 0.27
HSL 309.13º 0.99% 0.36% -
HSV(B) 309.13º 0.99% 0.73% -
XYZ 26.1 12.77 32.99 -
YUV 73.8 174.96 207.32 -
System Red Green Blue C M Y K H S L
Decimal 185 1 157 0 0.99 0.15 0.27 309.13 0.99 0.36
Hex B9 1 9D 0 63 F 1B 135 63 24
Octal 271 1 235 0 143 17 33 465 143 44
Binary 10111001 1 10011101 0 1100011 1111 11011 100110101 1100011 100100

Color Harmonies of #B9019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9019D

Black with #B9019D

Text Example


Text Example

White with #B9019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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