Html Css Color HEX #B9009E Medium Violet Red

📋 copy color: '#B9009E'

red 185 ◦ green 0 ◦ blue 158

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

Shades of Medium Violet Red #B9009E

Tints of Medium Violet Red #B9009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 53.94%
G = 0%
B = 46.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9009E (or 0xB9009E) is known color: Medium Violet Red. HEX triplet: B9, 00 and 9E. RGB value is (185,0,158). Sum of RGB (Red+Green+Blue) = 185+0+158=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9009E is #46FF61. Grayscale: #484848. Windows color (decimal): -4652898 or 10354873. OLE color: 10354873.

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

Color convert

RGB 185 0 158 -
CMYK 0 1 0.15 0.27
HSL 308.76º 1% 0.36% -
HSV(B) 308.76º 1% 0.73% -
XYZ 26.18 12.78 33.44 -
YUV 73.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 185 0 158 0 1 0.15 0.27 308.76 1 0.36
Hex B9 0 9E 0 64 F 1B 135 64 24
Octal 271 0 236 0 144 17 33 465 144 44
Binary 10111001 0 10011110 0 1100100 1111 11011 100110101 1100100 100100

Color Harmonies of #B9009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9009E

Black with #B9009E

Text Example


Text Example

White with #B9009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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