Html Css Color HEX #B3128C Medium Violet Red

📋 copy color: '#B3128C'

red 179 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #B3128C

Tints of Medium Violet Red #B3128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 53.12%
G = 5.34%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3128C (or 0xB3128C) is known color: Medium Violet Red. HEX triplet: B3, 12 and 8C. RGB value is (179,18,140). Sum of RGB (Red+Green+Blue) = 179+18+140=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3128C is #4CED73. Grayscale: #4F4F4F. Windows color (decimal): -5041524 or 9179827. OLE color: 9179827.

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

Color convert

RGB 179 18 140 -
CMYK 0 0.90 0.22 0.30
HSL 314.53º 0.82% 0.39% -
HSV(B) 314.53º 0.9% 0.7% -
XYZ 23.54 11.91 25.87 -
YUV 80.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 179 18 140 0 0.90 0.22 0.30 314.53 0.82 0.39
Hex B3 12 8C 0 5A 16 1E 13B 52 27
Octal 263 22 214 0 132 26 36 473 122 47
Binary 10110011 10010 10001100 0 1011010 10110 11110 100111011 1010010 100111

Color Harmonies of #B3128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3128C

Black with #B3128C

Text Example


Text Example

White with #B3128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3128C; }

 p { color: rgb(179,18,140); }

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

background-color css

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

 a { background-color: rgb(179,18,140); }

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

border-color css

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

 span { border-color: rgb(179,18,140); }

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