Html Css Color HEX #B93679 Medium Red Violet

📋 copy color: '#B93679'

red 185 ◦ green 54 ◦ blue 121

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

Shades of Medium Red Violet #B93679

Tints of Medium Red Violet #B93679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 51.39%
G = 15%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B93679 (or 0xB93679) is known color: Medium Red Violet. HEX triplet: B9, 36 and 79. RGB value is (185,54,121). Sum of RGB (Red+Green+Blue) = 185+54+121=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B93679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93679 is #46C986. Grayscale: #646464. Windows color (decimal): -4639111 or 7943865. OLE color: 7943865.

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

Color convert

RGB 185 54 121 -
CMYK 0 0.71 0.35 0.27
HSL 329.31º 0.55% 0.47% -
HSV(B) 329.31º 0.71% 0.73% -
XYZ 24.78 14.33 19.55 -
YUV 100.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 185 54 121 0 0.71 0.35 0.27 329.31 0.55 0.47
Hex B9 36 79 0 47 23 1B 149 37 2F
Octal 271 66 171 0 107 43 33 511 67 57
Binary 10111001 110110 1111001 0 1000111 100011 11011 101001001 110111 101111

Color Harmonies of #B93679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93679

Black with #B93679

Text Example


Text Example

White with #B93679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93679; }

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

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

background-color css

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

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

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

border-color css

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

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

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