Html Css Color HEX #B0147D Medium Violet Red

📋 copy color: '#B0147D'

red 176 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #B0147D

Tints of Medium Violet Red #B0147D

RGB

 RED value IS 176 (69.14% from 255) = 54.83%

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

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

R = 54.83%
G = 6.23%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0147D (or 0xB0147D) is known color: Medium Violet Red. HEX triplet: B0, 14 and 7D. RGB value is (176,20,125). Sum of RGB (Red+Green+Blue) = 176+20+125=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0147D is #4FEB82. Grayscale: #4E4E4E. Windows color (decimal): -5237635 or 8197296. OLE color: 8197296.

HSL color Cylindrical-coordinate representation of color #B0147D: hue angle of 319.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0147D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 125 -
CMYK 0 0.89 0.29 0.31
HSL 319.62º 0.8% 0.38% -
HSV(B) 319.62º 0.89% 0.69% -
XYZ 21.86 11.21 20.41 -
YUV 78.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 176 20 125 0 0.89 0.29 0.31 319.62 0.8 0.38
Hex B0 14 7D 0 59 1D 1F 140 50 26
Octal 260 24 175 0 131 35 37 500 120 46
Binary 10110000 10100 1111101 0 1011001 11101 11111 101000000 1010000 100110

Color Harmonies of #B0147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0147D

Black with #B0147D

Text Example


Text Example

White with #B0147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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