Html Css Color HEX #B9009F Medium Violet Red

📋 copy color: '#B9009F'

red 185 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #B9009F

Tints of Medium Violet Red #B9009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 53.78%
G = 0%
B = 46.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9009F (or 0xB9009F) is known color: Medium Violet Red. HEX triplet: B9, 00 and 9F. RGB value is (185,0,159). Sum of RGB (Red+Green+Blue) = 185+0+159=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9009F is #46FF60. Grayscale: #484848. Windows color (decimal): -4652897 or 10420409. OLE color: 10420409.

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

Color convert

RGB 185 0 159 -
CMYK 0 1 0.14 0.27
HSL 308.43º 1% 0.36% -
HSV(B) 308.43º 1% 0.73% -
XYZ 26.27 12.82 33.89 -
YUV 73.44 176.29 207.57 -
System Red Green Blue C M Y K H S L
Decimal 185 0 159 0 1 0.14 0.27 308.43 1 0.36
Hex B9 0 9F 0 64 E 1B 134 64 24
Octal 271 0 237 0 144 16 33 464 144 44
Binary 10111001 0 10011111 0 1100100 1110 11011 100110100 1100100 100100

Color Harmonies of #B9009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9009F

Black with #B9009F

Text Example


Text Example

White with #B9009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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