Html Css Color HEX #B93473 Medium Red Violet

📋 copy color: '#B93473'

red 185 ◦ green 52 ◦ blue 115

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

Shades of Medium Red Violet #B93473

Tints of Medium Red Violet #B93473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 52.56%
G = 14.77%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93473 (or 0xB93473) is known color: Medium Red Violet. HEX triplet: B9, 34 and 73. RGB value is (185,52,115). Sum of RGB (Red+Green+Blue) = 185+52+115=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93473 is #46CB8C. Grayscale: #626262. Windows color (decimal): -4639629 or 7550137. OLE color: 7550137.

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

Color convert

RGB 185 52 115 -
CMYK 0 0.72 0.38 0.27
HSL 331.58º 0.56% 0.46% -
HSV(B) 331.58º 0.72% 0.73% -
XYZ 24.33 14.01 17.64 -
YUV 98.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 185 52 115 0 0.72 0.38 0.27 331.58 0.56 0.46
Hex B9 34 73 0 48 26 1B 14C 38 2E
Octal 271 64 163 0 110 46 33 514 70 56
Binary 10111001 110100 1110011 0 1001000 100110 11011 101001100 111000 101110

Color Harmonies of #B93473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93473

Black with #B93473

Text Example


Text Example

White with #B93473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93473; }

 p { color: rgb(185,52,115); }

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

background-color css

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

 a { background-color: rgb(185,52,115); }

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

border-color css

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

 span { border-color: rgb(185,52,115); }

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