Html Css Color HEX #B93595 Medium Red Violet

📋 copy color: '#B93595'

red 185 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #B93595

Tints of Medium Red Violet #B93595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 47.8%
G = 13.7%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B93595 (or 0xB93595) is known color: Medium Red Violet. HEX triplet: B9, 35 and 95. RGB value is (185,53,149). Sum of RGB (Red+Green+Blue) = 185+53+149=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B93595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93595 is #46CA6A. Grayscale: #676767. Windows color (decimal): -4639339 or 9778617. OLE color: 9778617.

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

Color convert

RGB 185 53 149 -
CMYK 0 0.71 0.19 0.27
HSL 316.36º 0.55% 0.47% -
HSV(B) 316.36º 0.71% 0.73% -
XYZ 26.71 15.03 29.93 -
YUV 103.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 185 53 149 0 0.71 0.19 0.27 316.36 0.55 0.47
Hex B9 35 95 0 47 13 1B 13C 37 2F
Octal 271 65 225 0 107 23 33 474 67 57
Binary 10111001 110101 10010101 0 1000111 10011 11011 100111100 110111 101111

Color Harmonies of #B93595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93595

Black with #B93595

Text Example


Text Example

White with #B93595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93595; }

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

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

background-color css

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

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

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

border-color css

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

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

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