Html Css Color HEX #B8358F Medium Red Violet

📋 copy color: '#B8358F'

red 184 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #B8358F

Tints of Medium Red Violet #B8358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 48.42%
G = 13.95%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8358F (or 0xB8358F) is known color: Medium Red Violet. HEX triplet: B8, 35 and 8F. RGB value is (184,53,143). Sum of RGB (Red+Green+Blue) = 184+53+143=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8358F is #47CA70. Grayscale: #666666. Windows color (decimal): -4704881 or 9385400. OLE color: 9385400.

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

Color convert

RGB 184 53 143 -
CMYK 0 0.71 0.22 0.28
HSL 318.78º 0.55% 0.46% -
HSV(B) 318.78º 0.71% 0.72% -
XYZ 26 14.72 27.46 -
YUV 102.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 184 53 143 0 0.71 0.22 0.28 318.78 0.55 0.46
Hex B8 35 8F 0 47 16 1C 13F 37 2E
Octal 270 65 217 0 107 26 34 477 67 56
Binary 10111000 110101 10001111 0 1000111 10110 11100 100111111 110111 101110

Color Harmonies of #B8358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8358F

Black with #B8358F

Text Example


Text Example

White with #B8358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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