Html Css Color HEX #B3357D Medium Red Violet

📋 copy color: '#B3357D'

red 179 ◦ green 53 ◦ blue 125

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

Shades of Medium Red Violet #B3357D

Tints of Medium Red Violet #B3357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

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

R = 50.14%
G = 14.85%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3357D (or 0xB3357D) is known color: Medium Red Violet. HEX triplet: B3, 35 and 7D. RGB value is (179,53,125). Sum of RGB (Red+Green+Blue) = 179+53+125=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3357D is #4CCA82. Grayscale: #626262. Windows color (decimal): -5032579 or 8205747. OLE color: 8205747.

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

Color convert

RGB 179 53 125 -
CMYK 0 0.70 0.30 0.30
HSL 325.71º 0.54% 0.45% -
HSV(B) 325.71º 0.7% 0.7% -
XYZ 23.57 13.61 20.79 -
YUV 98.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 179 53 125 0 0.70 0.30 0.30 325.71 0.54 0.45
Hex B3 35 7D 0 46 1E 1E 146 36 2D
Octal 263 65 175 0 106 36 36 506 66 55
Binary 10110011 110101 1111101 0 1000110 11110 11110 101000110 110110 101101

Color Harmonies of #B3357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3357D

Black with #B3357D

Text Example


Text Example

White with #B3357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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