Html Css Color HEX #B9007F Medium Violet Red

📋 copy color: '#B9007F'

red 185 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #B9007F

Tints of Medium Violet Red #B9007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 59.29%
G = 0%
B = 40.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9007F (or 0xB9007F) is known color: Medium Violet Red. HEX triplet: B9, 00 and 7F. RGB value is (185,0,127). Sum of RGB (Red+Green+Blue) = 185+0+127=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9007F is #46FF80. Grayscale: #454545. Windows color (decimal): -4652929 or 8323257. OLE color: 8323257.

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

Color convert

RGB 185 0 127 -
CMYK 0 1 0.31 0.27
HSL 318.81º 1% 0.36% -
HSV(B) 318.81º 1% 0.73% -
XYZ 23.84 11.85 21.11 -
YUV 69.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 185 0 127 0 1 0.31 0.27 318.81 1 0.36
Hex B9 0 7F 0 64 1F 1B 13F 64 24
Octal 271 0 177 0 144 37 33 477 144 44
Binary 10111001 0 1111111 0 1100100 11111 11011 100111111 1100100 100100

Color Harmonies of #B9007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9007F

Black with #B9007F

Text Example


Text Example

White with #B9007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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