Html Css Color HEX #B93695 Medium Red Violet

📋 copy color: '#B93695'

red 185 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #B93695

Tints of Medium Red Violet #B93695

RGB

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

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

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

R = 47.68%
G = 13.92%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B93695 (or 0xB93695) is known color: Medium Red Violet. HEX triplet: B9, 36 and 95. RGB value is (185,54,149). Sum of RGB (Red+Green+Blue) = 185+54+149=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B93695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93695 is #46C96A. Grayscale: #676767. Windows color (decimal): -4639083 or 9778873. OLE color: 9778873.

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

Color convert

RGB 185 54 149 -
CMYK 0 0.71 0.19 0.27
HSL 316.49º 0.55% 0.47% -
HSV(B) 316.49º 0.71% 0.73% -
XYZ 26.75 15.12 29.94 -
YUV 104 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 185 54 149 0 0.71 0.19 0.27 316.49 0.55 0.47
Hex B9 36 95 0 47 13 1B 13C 37 2F
Octal 271 66 225 0 107 23 33 474 67 57
Binary 10111001 110110 10010101 0 1000111 10011 11011 100111100 110111 101111

Color Harmonies of #B93695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93695

Black with #B93695

Text Example


Text Example

White with #B93695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93695; }

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

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

background-color css

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

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

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

border-color css

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

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

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