Html Css Color HEX #B93475 Medium Red Violet

📋 copy color: '#B93475'

red 185 ◦ green 52 ◦ blue 117

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

Shades of Medium Red Violet #B93475

Tints of Medium Red Violet #B93475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 52.26%
G = 14.69%
B = 33.05%

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

#B93475 (or 0xB93475) is known color: Medium Red Violet. HEX triplet: B9, 34 and 75. RGB value is (185,52,117). Sum of RGB (Red+Green+Blue) = 185+52+117=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93475 is #46CB8A. Grayscale: #636363. Windows color (decimal): -4639627 or 7681209. OLE color: 7681209.

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

Color convert

RGB 185 52 117 -
CMYK 0 0.72 0.37 0.27
HSL 330.68º 0.56% 0.46% -
HSV(B) 330.68º 0.72% 0.73% -
XYZ 24.45 14.05 18.25 -
YUV 99.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 185 52 117 0 0.72 0.37 0.27 330.68 0.56 0.46
Hex B9 34 75 0 48 25 1B 14B 38 2E
Octal 271 64 165 0 110 45 33 513 70 56
Binary 10111001 110100 1110101 0 1001000 100101 11011 101001011 111000 101110

Color Harmonies of #B93475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93475

Black with #B93475

Text Example


Text Example

White with #B93475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93475; }

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

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

background-color css

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

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

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

border-color css

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

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

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