Html Css Color HEX #B93271 Medium Red Violet

📋 copy color: '#B93271'

red 185 ◦ green 50 ◦ blue 113

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

Shades of Medium Red Violet #B93271

Tints of Medium Red Violet #B93271

RGB

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

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

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

R = 53.16%
G = 14.37%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B93271 (or 0xB93271) is known color: Medium Red Violet. HEX triplet: B9, 32 and 71. RGB value is (185,50,113). Sum of RGB (Red+Green+Blue) = 185+50+113=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B93271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93271 is #46CD8E. Grayscale: #616161. Windows color (decimal): -4640143 or 7418553. OLE color: 7418553.

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

Color convert

RGB 185 50 113 -
CMYK 0 0.73 0.39 0.27
HSL 332º 0.57% 0.46% -
HSV(B) 332º 0.73% 0.73% -
XYZ 24.13 13.79 17.01 -
YUV 97.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 185 50 113 0 0.73 0.39 0.27 332 0.57 0.46
Hex B9 32 71 0 49 27 1B 14C 39 2E
Octal 271 62 161 0 111 47 33 514 71 56
Binary 10111001 110010 1110001 0 1001001 100111 11011 101001100 111001 101110

Color Harmonies of #B93271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93271

Black with #B93271

Text Example


Text Example

White with #B93271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93271; }

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

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

background-color css

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

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

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

border-color css

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

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

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