Html Css Color HEX #B8357C Medium Red Violet

📋 copy color: '#B8357C'

red 184 ◦ green 53 ◦ blue 124

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

Shades of Medium Red Violet #B8357C

Tints of Medium Red Violet #B8357C

RGB

 RED value IS 184 (72.27% from 255) = 50.97%

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

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

R = 50.97%
G = 14.68%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8357C (or 0xB8357C) is known color: Medium Red Violet. HEX triplet: B8, 35 and 7C. RGB value is (184,53,124). Sum of RGB (Red+Green+Blue) = 184+53+124=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8357C is #47CA83. Grayscale: #646464. Windows color (decimal): -4704900 or 8140216. OLE color: 8140216.

HSL color Cylindrical-coordinate representation of color #B8357C: hue angle of 327.48º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8357C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 124 -
CMYK 0 0.71 0.33 0.28
HSL 327.48º 0.55% 0.46% -
HSV(B) 327.48º 0.71% 0.72% -
XYZ 24.68 14.19 20.51 -
YUV 100.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 184 53 124 0 0.71 0.33 0.28 327.48 0.55 0.46
Hex B8 35 7C 0 47 21 1C 147 37 2E
Octal 270 65 174 0 107 41 34 507 67 56
Binary 10111000 110101 1111100 0 1000111 100001 11100 101000111 110111 101110

Color Harmonies of #B8357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8357C

Black with #B8357C

Text Example


Text Example

White with #B8357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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