Html Css Color HEX #B93395 Medium Red Violet

📋 copy color: '#B93395'

red 185 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #B93395

Tints of Medium Red Violet #B93395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 48.05%
G = 13.25%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B93395 (or 0xB93395) is known color: Medium Red Violet. HEX triplet: B9, 33 and 95. RGB value is (185,51,149). Sum of RGB (Red+Green+Blue) = 185+51+149=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93395 is #46CC6A. Grayscale: #656565. Windows color (decimal): -4639851 or 9778105. OLE color: 9778105.

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

Color convert

RGB 185 51 149 -
CMYK 0 0.72 0.19 0.27
HSL 316.12º 0.57% 0.46% -
HSV(B) 316.12º 0.72% 0.73% -
XYZ 26.62 14.85 29.9 -
YUV 102.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 185 51 149 0 0.72 0.19 0.27 316.12 0.57 0.46
Hex B9 33 95 0 48 13 1B 13C 39 2E
Octal 271 63 225 0 110 23 33 474 71 56
Binary 10111001 110011 10010101 0 1001000 10011 11011 100111100 111001 101110

Color Harmonies of #B93395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93395

Black with #B93395

Text Example


Text Example

White with #B93395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93395; }

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

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

background-color css

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

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

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

border-color css

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

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

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