Html Css Color HEX #B93273 Medium Red Violet

📋 copy color: '#B93273'

red 185 ◦ green 50 ◦ blue 115

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

Shades of Medium Red Violet #B93273

Tints of Medium Red Violet #B93273

RGB

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

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

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

R = 52.86%
G = 14.29%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93273 (or 0xB93273) is known color: Medium Red Violet. HEX triplet: B9, 32 and 73. RGB value is (185,50,115). Sum of RGB (Red+Green+Blue) = 185+50+115=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B93273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93273 is #46CD8C. Grayscale: #616161. Windows color (decimal): -4640141 or 7549625. OLE color: 7549625.

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

Color convert

RGB 185 50 115 -
CMYK 0 0.73 0.38 0.27
HSL 331.11º 0.57% 0.46% -
HSV(B) 331.11º 0.73% 0.73% -
XYZ 24.24 13.83 17.61 -
YUV 97.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 185 50 115 0 0.73 0.38 0.27 331.11 0.57 0.46
Hex B9 32 73 0 49 26 1B 14B 39 2E
Octal 271 62 163 0 111 46 33 513 71 56
Binary 10111001 110010 1110011 0 1001001 100110 11011 101001011 111001 101110

Color Harmonies of #B93273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93273

Black with #B93273

Text Example


Text Example

White with #B93273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93273; }

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

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

background-color css

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

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

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

border-color css

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

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

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