Html Css Color HEX #B93F8C Medium Red Violet

📋 copy color: '#B93F8C'

red 185 ◦ green 63 ◦ blue 140

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

Shades of Medium Red Violet #B93F8C

Tints of Medium Red Violet #B93F8C

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 47.68%
G = 16.24%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B93F8C (or 0xB93F8C) is known color: Medium Red Violet. HEX triplet: B9, 3F and 8C. RGB value is (185,63,140). Sum of RGB (Red+Green+Blue) = 185+63+140=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F8C is #46C073. Grayscale: #6C6C6C. Windows color (decimal): -4636788 or 9191353. OLE color: 9191353.

HSL color Cylindrical-coordinate representation of color #B93F8C: hue angle of 322.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F8C is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 63 140 -
CMYK 0 0.66 0.24 0.27
HSL 322.13º 0.49% 0.49% -
HSV(B) 322.13º 0.66% 0.73% -
XYZ 26.52 15.76 26.46 -
YUV 108.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 185 63 140 0 0.66 0.24 0.27 322.13 0.49 0.49
Hex B9 3F 8C 0 42 18 1B 142 31 31
Octal 271 77 214 0 102 30 33 502 61 61
Binary 10111001 111111 10001100 0 1000010 11000 11011 101000010 110001 110001

Color Harmonies of #B93F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F8C

Black with #B93F8C

Text Example


Text Example

White with #B93F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F8C; }

 p { color: rgb(185,63,140); }

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

background-color css

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

 a { background-color: rgb(185,63,140); }

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

border-color css

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

 span { border-color: rgb(185,63,140); }

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