Html Css Color HEX #B93985 Medium Red Violet

📋 copy color: '#B93985'

red 185 ◦ green 57 ◦ blue 133

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

Shades of Medium Red Violet #B93985

Tints of Medium Red Violet #B93985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 49.33%
G = 15.2%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B93985 (or 0xB93985) is known color: Medium Red Violet. HEX triplet: B9, 39 and 85. RGB value is (185,57,133). Sum of RGB (Red+Green+Blue) = 185+57+133=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B93985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93985 is #46C67A. Grayscale: #676767. Windows color (decimal): -4638331 or 8731065. OLE color: 8731065.

HSL color Cylindrical-coordinate representation of color #B93985: hue angle of 324.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93985 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 133 -
CMYK 0 0.69 0.28 0.27
HSL 324.38º 0.53% 0.47% -
HSV(B) 324.38º 0.69% 0.73% -
XYZ 25.7 14.93 23.72 -
YUV 103.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 185 57 133 0 0.69 0.28 0.27 324.38 0.53 0.47
Hex B9 39 85 0 45 1C 1B 144 35 2F
Octal 271 71 205 0 105 34 33 504 65 57
Binary 10111001 111001 10000101 0 1000101 11100 11011 101000100 110101 101111

Color Harmonies of #B93985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93985

Black with #B93985

Text Example


Text Example

White with #B93985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93985; }

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

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

background-color css

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

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

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

border-color css

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

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

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