Html Css Color HEX #B93685 Medium Red Violet

📋 copy color: '#B93685'

red 185 ◦ green 54 ◦ blue 133

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

Shades of Medium Red Violet #B93685

Tints of Medium Red Violet #B93685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 49.73%
G = 14.52%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B93685 (or 0xB93685) is known color: Medium Red Violet. HEX triplet: B9, 36 and 85. RGB value is (185,54,133). Sum of RGB (Red+Green+Blue) = 185+54+133=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B93685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93685 is #46C97A. Grayscale: #656565. Windows color (decimal): -4639099 or 8730297. OLE color: 8730297.

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

Color convert

RGB 185 54 133 -
CMYK 0 0.71 0.28 0.27
HSL 323.82º 0.55% 0.47% -
HSV(B) 323.82º 0.71% 0.73% -
XYZ 25.56 14.65 23.67 -
YUV 102.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 185 54 133 0 0.71 0.28 0.27 323.82 0.55 0.47
Hex B9 36 85 0 47 1C 1B 144 37 2F
Octal 271 66 205 0 107 34 33 504 67 57
Binary 10111001 110110 10000101 0 1000111 11100 11011 101000100 110111 101111

Color Harmonies of #B93685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93685

Black with #B93685

Text Example


Text Example

White with #B93685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93685; }

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

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

background-color css

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

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

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

border-color css

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

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

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