Html Css Color HEX #B9007C Medium Violet Red

📋 copy color: '#B9007C'

red 185 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #B9007C

Tints of Medium Violet Red #B9007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 59.87%
G = 0%
B = 40.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9007C (or 0xB9007C) is known color: Medium Violet Red. HEX triplet: B9, 00 and 7C. RGB value is (185,0,124). Sum of RGB (Red+Green+Blue) = 185+0+124=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9007C is #46FF83. Grayscale: #454545. Windows color (decimal): -4652932 or 8126649. OLE color: 8126649.

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

Color convert

RGB 185 0 124 -
CMYK 0 1 0.33 0.27
HSL 319.78º 1% 0.36% -
HSV(B) 319.78º 1% 0.73% -
XYZ 23.65 11.77 20.09 -
YUV 69.45 158.79 210.42 -
System Red Green Blue C M Y K H S L
Decimal 185 0 124 0 1 0.33 0.27 319.78 1 0.36
Hex B9 0 7C 0 64 21 1B 140 64 24
Octal 271 0 174 0 144 41 33 500 144 44
Binary 10111001 0 1111100 0 1100100 100001 11011 101000000 1100100 100100

Color Harmonies of #B9007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9007C

Black with #B9007C

Text Example


Text Example

White with #B9007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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