Html Css Color HEX #B9008B Medium Violet Red

📋 copy color: '#B9008B'

red 185 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #B9008B

Tints of Medium Violet Red #B9008B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 57.1%
G = 0%
B = 42.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9008B (or 0xB9008B) is known color: Medium Violet Red. HEX triplet: B9, 00 and 8B. RGB value is (185,0,139). Sum of RGB (Red+Green+Blue) = 185+0+139=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9008B is #46FF74. Grayscale: #464646. Windows color (decimal): -4652917 or 9109689. OLE color: 9109689.

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

Color convert

RGB 185 0 139 -
CMYK 0 1 0.25 0.27
HSL 314.92º 1% 0.36% -
HSV(B) 314.92º 1% 0.73% -
XYZ 24.67 12.18 25.48 -
YUV 71.16 166.29 209.2 -
System Red Green Blue C M Y K H S L
Decimal 185 0 139 0 1 0.25 0.27 314.92 1 0.36
Hex B9 0 8B 0 64 19 1B 13B 64 24
Octal 271 0 213 0 144 31 33 473 144 44
Binary 10111001 0 10001011 0 1100100 11001 11011 100111011 1100100 100100

Color Harmonies of #B9008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9008B

Black with #B9008B

Text Example


Text Example

White with #B9008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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