Html Css Color HEX #B8358D Medium Red Violet

📋 copy color: '#B8358D'

red 184 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #B8358D

Tints of Medium Red Violet #B8358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 48.68%
G = 14.02%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8358D (or 0xB8358D) is known color: Medium Red Violet. HEX triplet: B8, 35 and 8D. RGB value is (184,53,141). Sum of RGB (Red+Green+Blue) = 184+53+141=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8358D is #47CA72. Grayscale: #656565. Windows color (decimal): -4704883 or 9254328. OLE color: 9254328.

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

Color convert

RGB 184 53 141 -
CMYK 0 0.71 0.23 0.28
HSL 319.69º 0.55% 0.46% -
HSV(B) 319.69º 0.71% 0.72% -
XYZ 25.85 14.66 26.67 -
YUV 102.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 184 53 141 0 0.71 0.23 0.28 319.69 0.55 0.46
Hex B8 35 8D 0 47 17 1C 140 37 2E
Octal 270 65 215 0 107 27 34 500 67 56
Binary 10111000 110101 10001101 0 1000111 10111 11100 101000000 110111 101110

Color Harmonies of #B8358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8358D

Black with #B8358D

Text Example


Text Example

White with #B8358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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