Html Css Color HEX #B0147C Medium Violet Red

📋 copy color: '#B0147C'

red 176 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #B0147C

Tints of Medium Violet Red #B0147C

RGB

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

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

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

R = 55%
G = 6.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0147C (or 0xB0147C) is known color: Medium Violet Red. HEX triplet: B0, 14 and 7C. RGB value is (176,20,124). Sum of RGB (Red+Green+Blue) = 176+20+124=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0147C is #4FEB83. Grayscale: #4E4E4E. Windows color (decimal): -5237636 or 8131760. OLE color: 8131760.

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

Color convert

RGB 176 20 124 -
CMYK 0 0.89 0.30 0.31
HSL 320º 0.8% 0.38% -
HSV(B) 320º 0.89% 0.69% -
XYZ 21.79 11.19 20.08 -
YUV 78.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 176 20 124 0 0.89 0.30 0.31 320 0.8 0.38
Hex B0 14 7C 0 59 1E 1F 140 50 26
Octal 260 24 174 0 131 36 37 500 120 46
Binary 10110000 10100 1111100 0 1011001 11110 11111 101000000 1010000 100110

Color Harmonies of #B0147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0147C

Black with #B0147C

Text Example


Text Example

White with #B0147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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