Html Css Color HEX #B9358C Medium Red Violet

📋 copy color: '#B9358C'

red 185 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #B9358C

Tints of Medium Red Violet #B9358C

RGB

 RED value IS 185 (72.66% from 255) = 48.94%

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 48.94%
G = 14.02%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9358C (or 0xB9358C) is known color: Medium Red Violet. HEX triplet: B9, 35 and 8C. RGB value is (185,53,140). Sum of RGB (Red+Green+Blue) = 185+53+140=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9358C is #46CA73. Grayscale: #666666. Windows color (decimal): -4639348 or 9188793. OLE color: 9188793.

HSL color Cylindrical-coordinate representation of color #B9358C: hue angle of 320.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9358C is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 140 -
CMYK 0 0.71 0.24 0.27
HSL 320.45º 0.55% 0.47% -
HSV(B) 320.45º 0.71% 0.73% -
XYZ 26.01 14.75 26.29 -
YUV 102.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 185 53 140 0 0.71 0.24 0.27 320.45 0.55 0.47
Hex B9 35 8C 0 47 18 1B 140 37 2F
Octal 271 65 214 0 107 30 33 500 67 57
Binary 10111001 110101 10001100 0 1000111 11000 11011 101000000 110111 101111

Color Harmonies of #B9358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9358C

Black with #B9358C

Text Example


Text Example

White with #B9358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9358C; }

 p { color: rgb(185,53,140); }

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

background-color css

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

 a { background-color: rgb(185,53,140); }

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

border-color css

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

 span { border-color: rgb(185,53,140); }

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