Html Css Color HEX #B93471 Medium Red Violet

📋 copy color: '#B93471'

red 185 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #B93471

Tints of Medium Red Violet #B93471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 52.86%
G = 14.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93471 (or 0xB93471) is known color: Medium Red Violet. HEX triplet: B9, 34 and 71. RGB value is (185,52,113). Sum of RGB (Red+Green+Blue) = 185+52+113=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B93471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93471 is #46CB8E. Grayscale: #626262. Windows color (decimal): -4639631 or 7419065. OLE color: 7419065.

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

Color convert

RGB 185 52 113 -
CMYK 0 0.72 0.39 0.27
HSL 332.48º 0.56% 0.46% -
HSV(B) 332.48º 0.72% 0.73% -
XYZ 24.22 13.96 17.04 -
YUV 98.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 185 52 113 0 0.72 0.39 0.27 332.48 0.56 0.46
Hex B9 34 71 0 48 27 1B 14C 38 2E
Octal 271 64 161 0 110 47 33 514 70 56
Binary 10111001 110100 1110001 0 1001000 100111 11011 101001100 111000 101110

Color Harmonies of #B93471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93471

Black with #B93471

Text Example


Text Example

White with #B93471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93471; }

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

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

background-color css

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

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

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

border-color css

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

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

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