Html Css Color HEX #B93892 Medium Red Violet

📋 copy color: '#B93892'

red 185 ◦ green 56 ◦ blue 146

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

Shades of Medium Red Violet #B93892

Tints of Medium Red Violet #B93892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 47.8%
G = 14.47%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B93892 (or 0xB93892) is known color: Medium Red Violet. HEX triplet: B9, 38 and 92. RGB value is (185,56,146). Sum of RGB (Red+Green+Blue) = 185+56+146=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B93892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93892 is #46C76D. Grayscale: #686868. Windows color (decimal): -4638574 or 9582777. OLE color: 9582777.

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

Color convert

RGB 185 56 146 -
CMYK 0 0.70 0.21 0.27
HSL 318.14º 0.54% 0.47% -
HSV(B) 318.14º 0.7% 0.73% -
XYZ 26.61 15.22 28.73 -
YUV 104.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 185 56 146 0 0.70 0.21 0.27 318.14 0.54 0.47
Hex B9 38 92 0 46 15 1B 13E 36 2F
Octal 271 70 222 0 106 25 33 476 66 57
Binary 10111001 111000 10010010 0 1000110 10101 11011 100111110 110110 101111

Color Harmonies of #B93892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93892

Black with #B93892

Text Example


Text Example

White with #B93892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93892; }

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

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

background-color css

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

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

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

border-color css

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

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

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