Html Css Color HEX #B93997 Medium Red Violet

📋 copy color: '#B93997'

red 185 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #B93997

Tints of Medium Red Violet #B93997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.5%

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 47.07%
G = 14.5%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B93997 (or 0xB93997) is known color: Medium Red Violet. HEX triplet: B9, 39 and 97. RGB value is (185,57,151). Sum of RGB (Red+Green+Blue) = 185+57+151=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B93997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93997 is #46C668. Grayscale: #696969. Windows color (decimal): -4638313 or 9910713. OLE color: 9910713.

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

Color convert

RGB 185 57 151 -
CMYK 0 0.69 0.18 0.27
HSL 315.94º 0.53% 0.47% -
HSV(B) 315.94º 0.69% 0.73% -
XYZ 27.06 15.47 30.84 -
YUV 105.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 185 57 151 0 0.69 0.18 0.27 315.94 0.53 0.47
Hex B9 39 97 0 45 12 1B 13C 35 2F
Octal 271 71 227 0 105 22 33 474 65 57
Binary 10111001 111001 10010111 0 1000101 10010 11011 100111100 110101 101111

Color Harmonies of #B93997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93997

Black with #B93997

Text Example


Text Example

White with #B93997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93997; }

 p { color: rgb(185,57,151); }

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

background-color css

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

 a { background-color: rgb(185,57,151); }

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

border-color css

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

 span { border-color: rgb(185,57,151); }

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