Html Css Color HEX #B93674 Medium Red Violet

📋 copy color: '#B93674'

red 185 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #B93674

Tints of Medium Red Violet #B93674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 52.11%
G = 15.21%
B = 32.68%

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

#B93674 (or 0xB93674) is known color: Medium Red Violet. HEX triplet: B9, 36 and 74. RGB value is (185,54,116). Sum of RGB (Red+Green+Blue) = 185+54+116=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B93674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93674 is #46C98B. Grayscale: #646464. Windows color (decimal): -4639116 or 7616185. OLE color: 7616185.

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

Color convert

RGB 185 54 116 -
CMYK 0 0.71 0.37 0.27
HSL 331.6º 0.55% 0.47% -
HSV(B) 331.6º 0.71% 0.73% -
XYZ 24.48 14.21 17.98 -
YUV 100.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 185 54 116 0 0.71 0.37 0.27 331.6 0.55 0.47
Hex B9 36 74 0 47 25 1B 14C 37 2F
Octal 271 66 164 0 107 45 33 514 67 57
Binary 10111001 110110 1110100 0 1000111 100101 11011 101001100 110111 101111

Color Harmonies of #B93674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93674

Black with #B93674

Text Example


Text Example

White with #B93674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93674; }

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

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

background-color css

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

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

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

border-color css

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

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

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