Html Css Color HEX #B9147D Medium Violet Red

📋 copy color: '#B9147D'

red 185 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #B9147D

Tints of Medium Violet Red #B9147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 56.06%
G = 6.06%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9147D (or 0xB9147D) is known color: Medium Violet Red. HEX triplet: B9, 14 and 7D. RGB value is (185,20,125). Sum of RGB (Red+Green+Blue) = 185+20+125=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9147D is #46EB82. Grayscale: #515151. Windows color (decimal): -4647811 or 8197305. OLE color: 8197305.

HSL color Cylindrical-coordinate representation of color #B9147D: hue angle of 321.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9147D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 125 -
CMYK 0 0.89 0.32 0.27
HSL 321.82º 0.8% 0.4% -
HSV(B) 321.82º 0.89% 0.73% -
XYZ 23.96 12.3 20.51 -
YUV 81.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 185 20 125 0 0.89 0.32 0.27 321.82 0.8 0.4
Hex B9 14 7D 0 59 20 1B 142 50 28
Octal 271 24 175 0 131 40 33 502 120 50
Binary 10111001 10100 1111101 0 1011001 100000 11011 101000010 1010000 101000

Color Harmonies of #B9147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9147D

Black with #B9147D

Text Example


Text Example

White with #B9147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9147D; }

 p { color: rgb(185,20,125); }

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

background-color css

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

 a { background-color: rgb(185,20,125); }

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

border-color css

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

 span { border-color: rgb(185,20,125); }

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