Html Css Color HEX #B93270 Medium Red Violet

📋 copy color: '#B93270'

red 185 ◦ green 50 ◦ blue 112

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

Shades of Medium Red Violet #B93270

Tints of Medium Red Violet #B93270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 53.31%
G = 14.41%
B = 32.28%

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

#B93270 (or 0xB93270) is known color: Medium Red Violet. HEX triplet: B9, 32 and 70. RGB value is (185,50,112). Sum of RGB (Red+Green+Blue) = 185+50+112=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B93270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93270 is #46CD8F. Grayscale: #616161. Windows color (decimal): -4640144 or 7353017. OLE color: 7353017.

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

Color convert

RGB 185 50 112 -
CMYK 0 0.73 0.39 0.27
HSL 332.44º 0.57% 0.46% -
HSV(B) 332.44º 0.73% 0.73% -
XYZ 24.07 13.77 16.72 -
YUV 97.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 185 50 112 0 0.73 0.39 0.27 332.44 0.57 0.46
Hex B9 32 70 0 49 27 1B 14C 39 2E
Octal 271 62 160 0 111 47 33 514 71 56
Binary 10111001 110010 1110000 0 1001001 100111 11011 101001100 111001 101110

Color Harmonies of #B93270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93270

Black with #B93270

Text Example


Text Example

White with #B93270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93270; }

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

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

background-color css

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

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

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

border-color css

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

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

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