Html Css Color HEX #B0357C Medium Red Violet

📋 copy color: '#B0357C'

red 176 ◦ green 53 ◦ blue 124

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

Shades of Medium Red Violet #B0357C

Tints of Medium Red Violet #B0357C

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 49.86%
G = 15.01%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0357C (or 0xB0357C) is known color: Medium Red Violet. HEX triplet: B0, 35 and 7C. RGB value is (176,53,124). Sum of RGB (Red+Green+Blue) = 176+53+124=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0357C is #4FCA83. Grayscale: #616161. Windows color (decimal): -5229188 or 8140208. OLE color: 8140208.

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

Color convert

RGB 176 53 124 -
CMYK 0 0.70 0.30 0.31
HSL 325.37º 0.54% 0.45% -
HSV(B) 325.37º 0.7% 0.69% -
XYZ 22.82 13.23 20.42 -
YUV 97.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 176 53 124 0 0.70 0.30 0.31 325.37 0.54 0.45
Hex B0 35 7C 0 46 1E 1F 145 36 2D
Octal 260 65 174 0 106 36 37 505 66 55
Binary 10110000 110101 1111100 0 1000110 11110 11111 101000101 110110 101101

Color Harmonies of #B0357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0357C

Black with #B0357C

Text Example


Text Example

White with #B0357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0357C; }

 p { color: rgb(176,53,124); }

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

background-color css

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

 a { background-color: rgb(176,53,124); }

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

border-color css

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

 span { border-color: rgb(176,53,124); }

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