Html Css Color HEX #B3147D Medium Violet Red

📋 copy color: '#B3147D'

red 179 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #B3147D

Tints of Medium Violet Red #B3147D

RGB

 RED value IS 179 (70.31% from 255) = 55.25%

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

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

R = 55.25%
G = 6.17%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3147D (or 0xB3147D) is known color: Medium Violet Red. HEX triplet: B3, 14 and 7D. RGB value is (179,20,125). Sum of RGB (Red+Green+Blue) = 179+20+125=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3147D is #4CEB82. Grayscale: #4F4F4F. Windows color (decimal): -5041027 or 8197299. OLE color: 8197299.

HSL color Cylindrical-coordinate representation of color #B3147D: hue angle of 320.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3147D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 125 -
CMYK 0 0.89 0.30 0.30
HSL 320.38º 0.8% 0.39% -
HSV(B) 320.38º 0.89% 0.7% -
XYZ 22.54 11.56 20.45 -
YUV 79.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 179 20 125 0 0.89 0.30 0.30 320.38 0.8 0.39
Hex B3 14 7D 0 59 1E 1E 140 50 27
Octal 263 24 175 0 131 36 36 500 120 47
Binary 10110011 10100 1111101 0 1011001 11110 11110 101000000 1010000 100111

Color Harmonies of #B3147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3147D

Black with #B3147D

Text Example


Text Example

White with #B3147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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