Html Css Color HEX #B93876 Medium Red Violet

📋 copy color: '#B93876'

red 185 ◦ green 56 ◦ blue 118

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

Shades of Medium Red Violet #B93876

Tints of Medium Red Violet #B93876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 51.53%
G = 15.6%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B93876 (or 0xB93876) is known color: Medium Red Violet. HEX triplet: B9, 38 and 76. RGB value is (185,56,118). Sum of RGB (Red+Green+Blue) = 185+56+118=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B93876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93876 is #46C789. Grayscale: #656565. Windows color (decimal): -4638602 or 7747769. OLE color: 7747769.

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

Color convert

RGB 185 56 118 -
CMYK 0 0.70 0.36 0.27
HSL 331.16º 0.54% 0.47% -
HSV(B) 331.16º 0.7% 0.73% -
XYZ 24.69 14.45 18.63 -
YUV 101.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 185 56 118 0 0.70 0.36 0.27 331.16 0.54 0.47
Hex B9 38 76 0 46 24 1B 14B 36 2F
Octal 271 70 166 0 106 44 33 513 66 57
Binary 10111001 111000 1110110 0 1000110 100100 11011 101001011 110110 101111

Color Harmonies of #B93876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93876

Black with #B93876

Text Example


Text Example

White with #B93876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93876; }

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

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

background-color css

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

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

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

border-color css

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

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

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