Html Css Color HEX #B8357F Medium Red Violet

📋 copy color: '#B8357F'

red 184 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #B8357F

Tints of Medium Red Violet #B8357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 50.55%
G = 14.56%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8357F (or 0xB8357F) is known color: Medium Red Violet. HEX triplet: B8, 35 and 7F. RGB value is (184,53,127). Sum of RGB (Red+Green+Blue) = 184+53+127=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8357F is #47CA80. Grayscale: #646464. Windows color (decimal): -4704897 or 8336824. OLE color: 8336824.

HSL color Cylindrical-coordinate representation of color #B8357F: hue angle of 326.11º 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 #B8357F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 127 -
CMYK 0 0.71 0.31 0.28
HSL 326.11º 0.55% 0.46% -
HSV(B) 326.11º 0.71% 0.72% -
XYZ 24.87 14.27 21.52 -
YUV 100.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 184 53 127 0 0.71 0.31 0.28 326.11 0.55 0.46
Hex B8 35 7F 0 47 1F 1C 146 37 2E
Octal 270 65 177 0 107 37 34 506 67 56
Binary 10111000 110101 1111111 0 1000111 11111 11100 101000110 110111 101110

Color Harmonies of #B8357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8357F

Black with #B8357F

Text Example


Text Example

White with #B8357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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