Html Css Color HEX #B9019C Medium Violet Red

📋 copy color: '#B9019C'

red 185 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #B9019C

Tints of Medium Violet Red #B9019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 54.09%
G = 0.29%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9019C (or 0xB9019C) is known color: Medium Violet Red. HEX triplet: B9, 01 and 9C. RGB value is (185,1,156). Sum of RGB (Red+Green+Blue) = 185+1+156=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9019C is #46FE63. Grayscale: #494949. Windows color (decimal): -4652644 or 10224057. OLE color: 10224057.

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

Color convert

RGB 185 1 156 -
CMYK 0 0.99 0.16 0.27
HSL 309.46º 0.99% 0.36% -
HSV(B) 309.46º 0.99% 0.73% -
XYZ 26.02 12.74 32.54 -
YUV 73.69 174.46 207.4 -
System Red Green Blue C M Y K H S L
Decimal 185 1 156 0 0.99 0.16 0.27 309.46 0.99 0.36
Hex B9 1 9C 0 63 10 1B 135 63 24
Octal 271 1 234 0 143 20 33 465 143 44
Binary 10111001 1 10011100 0 1100011 10000 11011 100110101 1100011 100100

Color Harmonies of #B9019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9019C

Black with #B9019C

Text Example


Text Example

White with #B9019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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