Html Css Color HEX #B9009D Medium Violet Red

📋 copy color: '#B9009D'

red 185 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #B9009D

Tints of Medium Violet Red #B9009D

RGB

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

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

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

R = 54.09%
G = 0%
B = 45.91%

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

#B9009D (or 0xB9009D) is known color: Medium Violet Red. HEX triplet: B9, 00 and 9D. RGB value is (185,0,157). Sum of RGB (Red+Green+Blue) = 185+0+157=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9009D is #46FF62. Grayscale: #484848. Windows color (decimal): -4652899 or 10289337. OLE color: 10289337.

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

Color convert

RGB 185 0 157 -
CMYK 0 1 0.15 0.27
HSL 309.08º 1% 0.36% -
HSV(B) 309.08º 1% 0.73% -
XYZ 26.09 12.75 32.98 -
YUV 73.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 185 0 157 0 1 0.15 0.27 309.08 1 0.36
Hex B9 0 9D 0 64 F 1B 135 64 24
Octal 271 0 235 0 144 17 33 465 144 44
Binary 10111001 0 10011101 0 1100100 1111 11011 100110101 1100100 100100

Color Harmonies of #B9009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9009D

Black with #B9009D

Text Example


Text Example

White with #B9009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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