Html Css Color HEX #B93878 Medium Red Violet

📋 copy color: '#B93878'

red 185 ◦ green 56 ◦ blue 120

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

Shades of Medium Red Violet #B93878

Tints of Medium Red Violet #B93878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.51%

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

R = 51.25%
G = 15.51%
B = 33.24%

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

#B93878 (or 0xB93878) is known color: Medium Red Violet. HEX triplet: B9, 38 and 78. RGB value is (185,56,120). Sum of RGB (Red+Green+Blue) = 185+56+120=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B93878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93878 is #46C787. Grayscale: #656565. Windows color (decimal): -4638600 or 7878841. OLE color: 7878841.

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

Color convert

RGB 185 56 120 -
CMYK 0 0.70 0.35 0.27
HSL 330.23º 0.54% 0.47% -
HSV(B) 330.23º 0.7% 0.73% -
XYZ 24.81 14.5 19.26 -
YUV 101.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 185 56 120 0 0.70 0.35 0.27 330.23 0.54 0.47
Hex B9 38 78 0 46 23 1B 14A 36 2F
Octal 271 70 170 0 106 43 33 512 66 57
Binary 10111001 111000 1111000 0 1000110 100011 11011 101001010 110110 101111

Color Harmonies of #B93878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93878

Black with #B93878

Text Example


Text Example

White with #B93878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93878; }

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

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

background-color css

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

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

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

border-color css

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

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

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