Html Css Color HEX #B93294 Medium Red Violet

📋 copy color: '#B93294'

red 185 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #B93294

Tints of Medium Red Violet #B93294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 48.3%
G = 13.05%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B93294 (or 0xB93294) is known color: Medium Red Violet. HEX triplet: B9, 32 and 94. RGB value is (185,50,148). Sum of RGB (Red+Green+Blue) = 185+50+148=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B93294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93294 is #46CD6B. Grayscale: #656565. Windows color (decimal): -4640108 or 9712313. OLE color: 9712313.

HSL color Cylindrical-coordinate representation of color #B93294: hue angle of 316.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93294 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 148 -
CMYK 0 0.73 0.20 0.27
HSL 316.44º 0.57% 0.46% -
HSV(B) 316.44º 0.73% 0.73% -
XYZ 26.49 14.73 29.46 -
YUV 101.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 185 50 148 0 0.73 0.20 0.27 316.44 0.57 0.46
Hex B9 32 94 0 49 14 1B 13C 39 2E
Octal 271 62 224 0 111 24 33 474 71 56
Binary 10111001 110010 10010100 0 1001001 10100 11011 100111100 111001 101110

Color Harmonies of #B93294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93294

Black with #B93294

Text Example


Text Example

White with #B93294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93294; }

 p { color: rgb(185,50,148); }

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

background-color css

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

 a { background-color: rgb(185,50,148); }

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

border-color css

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

 span { border-color: rgb(185,50,148); }

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