Html Css Color HEX #B93699 Medium Red Violet

📋 copy color: '#B93699'

red 185 ◦ green 54 ◦ blue 153

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

Shades of Medium Red Violet #B93699

Tints of Medium Red Violet #B93699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 47.19%
G = 13.78%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B93699 (or 0xB93699) is known color: Medium Red Violet. HEX triplet: B9, 36 and 99. RGB value is (185,54,153). Sum of RGB (Red+Green+Blue) = 185+54+153=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B93699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93699 is #46C966. Grayscale: #686868. Windows color (decimal): -4639079 or 10041017. OLE color: 10041017.

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

Color convert

RGB 185 54 153 -
CMYK 0 0.71 0.17 0.27
HSL 314.66º 0.55% 0.47% -
HSV(B) 314.66º 0.71% 0.73% -
XYZ 27.08 15.25 31.65 -
YUV 104.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 185 54 153 0 0.71 0.17 0.27 314.66 0.55 0.47
Hex B9 36 99 0 47 11 1B 13B 37 2F
Octal 271 66 231 0 107 21 33 473 67 57
Binary 10111001 110110 10011001 0 1000111 10001 11011 100111011 110111 101111

Color Harmonies of #B93699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93699

Black with #B93699

Text Example


Text Example

White with #B93699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93699; }

 p { color: rgb(185,54,153); }

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

background-color css

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

 a { background-color: rgb(185,54,153); }

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

border-color css

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

 span { border-color: rgb(185,54,153); }

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