Html Css Color HEX #B93778 Medium Red Violet

📋 copy color: '#B93778'

red 185 ◦ green 55 ◦ blue 120

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

Shades of Medium Red Violet #B93778

Tints of Medium Red Violet #B93778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 51.39%
G = 15.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B93778 (or 0xB93778) is known color: Medium Red Violet. HEX triplet: B9, 37 and 78. RGB value is (185,55,120). Sum of RGB (Red+Green+Blue) = 185+55+120=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B93778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93778 is #46C887. Grayscale: #656565. Windows color (decimal): -4638856 or 7878585. OLE color: 7878585.

HSL color Cylindrical-coordinate representation of color #B93778: hue angle of 330º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93778 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 120 -
CMYK 0 0.70 0.35 0.27
HSL 330º 0.54% 0.47% -
HSV(B) 330º 0.7% 0.73% -
XYZ 24.76 14.4 19.24 -
YUV 101.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 185 55 120 0 0.70 0.35 0.27 330 0.54 0.47
Hex B9 37 78 0 46 23 1B 14A 36 2F
Octal 271 67 170 0 106 43 33 512 66 57
Binary 10111001 110111 1111000 0 1000110 100011 11011 101001010 110110 101111

Color Harmonies of #B93778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93778

Black with #B93778

Text Example


Text Example

White with #B93778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93778; }

 p { color: rgb(185,55,120); }

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

background-color css

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

 a { background-color: rgb(185,55,120); }

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

border-color css

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

 span { border-color: rgb(185,55,120); }

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