Html Css Color HEX #B93497 Medium Red Violet

📋 copy color: '#B93497'

red 185 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #B93497

Tints of Medium Red Violet #B93497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

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

R = 47.68%
G = 13.4%
B = 38.92%

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

#B93497 (or 0xB93497) is known color: Medium Red Violet. HEX triplet: B9, 34 and 97. RGB value is (185,52,151). Sum of RGB (Red+Green+Blue) = 185+52+151=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B93497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93497 is #46CB68. Grayscale: #666666. Windows color (decimal): -4639593 or 9909433. OLE color: 9909433.

HSL color Cylindrical-coordinate representation of color #B93497: hue angle of 315.34º degrees, saturation: 0.56, 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 #B93497 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 151 -
CMYK 0 0.72 0.18 0.27
HSL 315.34º 0.56% 0.46% -
HSV(B) 315.34º 0.72% 0.73% -
XYZ 26.82 15 30.76 -
YUV 103.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 185 52 151 0 0.72 0.18 0.27 315.34 0.56 0.46
Hex B9 34 97 0 48 12 1B 13B 38 2E
Octal 271 64 227 0 110 22 33 473 70 56
Binary 10111001 110100 10010111 0 1001000 10010 11011 100111011 111000 101110

Color Harmonies of #B93497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93497

Black with #B93497

Text Example


Text Example

White with #B93497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93497; }

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

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

background-color css

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

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

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

border-color css

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

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

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