Html Css Color HEX #B9009C Medium Violet Red

📋 copy color: '#B9009C'

red 185 ◦ green 0 ◦ blue 156

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

Shades of Medium Violet Red #B9009C

Tints of Medium Violet Red #B9009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.25%
G = 0%
B = 45.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9009C (or 0xB9009C) is known color: Medium Violet Red. HEX triplet: B9, 00 and 9C. RGB value is (185,0,156). Sum of RGB (Red+Green+Blue) = 185+0+156=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9009C is #46FF63. Grayscale: #484848. Windows color (decimal): -4652900 or 10223801. OLE color: 10223801.

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

Color convert

RGB 185 0 156 -
CMYK 0 1 0.16 0.27
HSL 309.41º 1% 0.36% -
HSV(B) 309.41º 1% 0.73% -
XYZ 26.01 12.71 32.54 -
YUV 73.1 174.79 207.82 -
System Red Green Blue C M Y K H S L
Decimal 185 0 156 0 1 0.16 0.27 309.41 1 0.36
Hex B9 0 9C 0 64 10 1B 135 64 24
Octal 271 0 234 0 144 20 33 465 144 44
Binary 10111001 0 10011100 0 1100100 10000 11011 100110101 1100100 100100

Color Harmonies of #B9009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9009C

Black with #B9009C

Text Example


Text Example

White with #B9009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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