Html Css Color HEX #B93398 Medium Red Violet

📋 copy color: '#B93398'

red 185 ◦ green 51 ◦ blue 152

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

Shades of Medium Red Violet #B93398

Tints of Medium Red Violet #B93398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 47.68%
G = 13.14%
B = 39.18%

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

#B93398 (or 0xB93398) is known color: Medium Red Violet. HEX triplet: B9, 33 and 98. RGB value is (185,51,152). Sum of RGB (Red+Green+Blue) = 185+51+152=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B93398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93398 is #46CC67. Grayscale: #666666. Windows color (decimal): -4639848 or 9974713. OLE color: 9974713.

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

Color convert

RGB 185 51 152 -
CMYK 0 0.72 0.18 0.27
HSL 314.78º 0.57% 0.46% -
HSV(B) 314.78º 0.72% 0.73% -
XYZ 26.86 14.95 31.18 -
YUV 102.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 185 51 152 0 0.72 0.18 0.27 314.78 0.57 0.46
Hex B9 33 98 0 48 12 1B 13B 39 2E
Octal 271 63 230 0 110 22 33 473 71 56
Binary 10111001 110011 10011000 0 1001000 10010 11011 100111011 111001 101110

Color Harmonies of #B93398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93398

Black with #B93398

Text Example


Text Example

White with #B93398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93398; }

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

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

background-color css

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

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

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

border-color css

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

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

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