Html Css Color HEX #B93375 Medium Red Violet

📋 copy color: '#B93375'

red 185 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #B93375

Tints of Medium Red Violet #B93375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 52.41%
G = 14.45%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B93375 (or 0xB93375) is known color: Medium Red Violet. HEX triplet: B9, 33 and 75. RGB value is (185,51,117). Sum of RGB (Red+Green+Blue) = 185+51+117=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B93375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93375 is #46CC8A. Grayscale: #626262. Windows color (decimal): -4639883 or 7680953. OLE color: 7680953.

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

Color convert

RGB 185 51 117 -
CMYK 0 0.72 0.37 0.27
HSL 330.45º 0.57% 0.46% -
HSV(B) 330.45º 0.72% 0.73% -
XYZ 24.4 13.97 18.24 -
YUV 98.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 185 51 117 0 0.72 0.37 0.27 330.45 0.57 0.46
Hex B9 33 75 0 48 25 1B 14A 39 2E
Octal 271 63 165 0 110 45 33 512 71 56
Binary 10111001 110011 1110101 0 1001000 100101 11011 101001010 111001 101110

Color Harmonies of #B93375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93375

Black with #B93375

Text Example


Text Example

White with #B93375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93375; }

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

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

background-color css

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

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

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

border-color css

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

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

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