Html Css Color HEX #B9008F Medium Violet Red

📋 copy color: '#B9008F'

red 185 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #B9008F

Tints of Medium Violet Red #B9008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 56.4%
G = 0%
B = 43.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9008F (or 0xB9008F) is known color: Medium Violet Red. HEX triplet: B9, 00 and 8F. RGB value is (185,0,143). Sum of RGB (Red+Green+Blue) = 185+0+143=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9008F is #46FF70. Grayscale: #474747. Windows color (decimal): -4652913 or 9371833. OLE color: 9371833.

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

Color convert

RGB 185 0 143 -
CMYK 0 1 0.23 0.27
HSL 313.62º 1% 0.36% -
HSV(B) 313.62º 1% 0.73% -
XYZ 24.97 12.3 27.04 -
YUV 71.62 168.29 208.87 -
System Red Green Blue C M Y K H S L
Decimal 185 0 143 0 1 0.23 0.27 313.62 1 0.36
Hex B9 0 8F 0 64 17 1B 13A 64 24
Octal 271 0 217 0 144 27 33 472 144 44
Binary 10111001 0 10001111 0 1100100 10111 11011 100111010 1100100 100100

Color Harmonies of #B9008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9008F

Black with #B9008F

Text Example


Text Example

White with #B9008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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