Html Css Color HEX #B93397 Medium Red Violet

📋 copy color: '#B93397'

red 185 ◦ green 51 ◦ blue 151

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

Shades of Medium Red Violet #B93397

Tints of Medium Red Violet #B93397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 47.8%
G = 13.18%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B93397 (or 0xB93397) is known color: Medium Red Violet. HEX triplet: B9, 33 and 97. RGB value is (185,51,151). Sum of RGB (Red+Green+Blue) = 185+51+151=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B93397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93397 is #46CC68. Grayscale: #666666. Windows color (decimal): -4639849 or 9909177. OLE color: 9909177.

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

Color convert

RGB 185 51 151 -
CMYK 0 0.72 0.18 0.27
HSL 315.22º 0.57% 0.46% -
HSV(B) 315.22º 0.72% 0.73% -
XYZ 26.78 14.92 30.75 -
YUV 102.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 185 51 151 0 0.72 0.18 0.27 315.22 0.57 0.46
Hex B9 33 97 0 48 12 1B 13B 39 2E
Octal 271 63 227 0 110 22 33 473 71 56
Binary 10111001 110011 10010111 0 1001000 10010 11011 100111011 111001 101110

Color Harmonies of #B93397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93397

Black with #B93397

Text Example


Text Example

White with #B93397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93397; }

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

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

background-color css

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

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

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

border-color css

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

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

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