Html Css Color HEX #B93675 Medium Red Violet

📋 copy color: '#B93675'

red 185 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #B93675

Tints of Medium Red Violet #B93675

RGB

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

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

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

R = 51.97%
G = 15.17%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B93675 (or 0xB93675) is known color: Medium Red Violet. HEX triplet: B9, 36 and 75. RGB value is (185,54,117). Sum of RGB (Red+Green+Blue) = 185+54+117=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B93675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93675 is #46C98A. Grayscale: #646464. Windows color (decimal): -4639115 or 7681721. OLE color: 7681721.

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

Color convert

RGB 185 54 117 -
CMYK 0 0.71 0.37 0.27
HSL 331.15º 0.55% 0.47% -
HSV(B) 331.15º 0.71% 0.73% -
XYZ 24.54 14.24 18.28 -
YUV 100.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 185 54 117 0 0.71 0.37 0.27 331.15 0.55 0.47
Hex B9 36 75 0 47 25 1B 14B 37 2F
Octal 271 66 165 0 107 45 33 513 67 57
Binary 10111001 110110 1110101 0 1000111 100101 11011 101001011 110111 101111

Color Harmonies of #B93675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93675

Black with #B93675

Text Example


Text Example

White with #B93675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93675; }

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

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

background-color css

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

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

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

border-color css

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

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

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