Html Css Color HEX #B3147F Medium Violet Red

📋 copy color: '#B3147F'

red 179 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #B3147F

Tints of Medium Violet Red #B3147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 54.91%
G = 6.13%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3147F (or 0xB3147F) is known color: Medium Violet Red. HEX triplet: B3, 14 and 7F. RGB value is (179,20,127). Sum of RGB (Red+Green+Blue) = 179+20+127=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3147F is #4CEB80. Grayscale: #4F4F4F. Windows color (decimal): -5041025 or 8328371. OLE color: 8328371.

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

Color convert

RGB 179 20 127 -
CMYK 0 0.89 0.29 0.30
HSL 319.62º 0.8% 0.39% -
HSV(B) 319.62º 0.89% 0.7% -
XYZ 22.67 11.62 21.13 -
YUV 79.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 179 20 127 0 0.89 0.29 0.30 319.62 0.8 0.39
Hex B3 14 7F 0 59 1D 1E 140 50 27
Octal 263 24 177 0 131 35 36 500 120 47
Binary 10110011 10100 1111111 0 1011001 11101 11110 101000000 1010000 100111

Color Harmonies of #B3147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3147F

Black with #B3147F

Text Example


Text Example

White with #B3147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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