Html Css Color HEX #B93099 Medium Red Violet

📋 copy color: '#B93099'

red 185 ◦ green 48 ◦ blue 153

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

Shades of Medium Red Violet #B93099

Tints of Medium Red Violet #B93099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

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

R = 47.93%
G = 12.44%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B93099 (or 0xB93099) is known color: Medium Red Violet. HEX triplet: B9, 30 and 99. RGB value is (185,48,153). Sum of RGB (Red+Green+Blue) = 185+48+153=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B93099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93099 is #46CF66. Grayscale: #646464. Windows color (decimal): -4640615 or 10039481. OLE color: 10039481.

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

Color convert

RGB 185 48 153 -
CMYK 0 0.74 0.17 0.27
HSL 314.01º 0.59% 0.46% -
HSV(B) 314.01º 0.74% 0.73% -
XYZ 26.81 14.73 31.57 -
YUV 100.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 185 48 153 0 0.74 0.17 0.27 314.01 0.59 0.46
Hex B9 30 99 0 4A 11 1B 13A 3B 2E
Octal 271 60 231 0 112 21 33 472 73 56
Binary 10111001 110000 10011001 0 1001010 10001 11011 100111010 111011 101110

Color Harmonies of #B93099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93099

Black with #B93099

Text Example


Text Example

White with #B93099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93099; }

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

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

background-color css

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

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

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

border-color css

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

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

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