Html Css Color HEX #B3428C Medium Red Violet

📋 copy color: '#B3428C'

red 179 ◦ green 66 ◦ blue 140

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

Shades of Medium Red Violet #B3428C

Tints of Medium Red Violet #B3428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 46.49%
G = 17.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3428C (or 0xB3428C) is known color: Medium Red Violet. HEX triplet: B3, 42 and 8C. RGB value is (179,66,140). Sum of RGB (Red+Green+Blue) = 179+66+140=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3428C is #4CBD73. Grayscale: #6C6C6C. Windows color (decimal): -5029236 or 9192115. OLE color: 9192115.

HSL color Cylindrical-coordinate representation of color #B3428C: hue angle of 320.71º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3428C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 140 -
CMYK 0 0.63 0.22 0.30
HSL 320.71º 0.46% 0.48% -
HSV(B) 320.71º 0.63% 0.7% -
XYZ 25.27 15.37 26.45 -
YUV 108.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 179 66 140 0 0.63 0.22 0.30 320.71 0.46 0.48
Hex B3 42 8C 0 3F 16 1E 141 2E 30
Octal 263 102 214 0 77 26 36 501 56 60
Binary 10110011 1000010 10001100 0 111111 10110 11110 101000001 101110 110000

Color Harmonies of #B3428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3428C

Black with #B3428C

Text Example


Text Example

White with #B3428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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