Html Css Color HEX #B93F9C Medium Red Violet

📋 copy color: '#B93F9C'

red 185 ◦ green 63 ◦ blue 156

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

Shades of Medium Red Violet #B93F9C

Tints of Medium Red Violet #B93F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 45.79%
G = 15.59%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B93F9C (or 0xB93F9C) is known color: Medium Red Violet. HEX triplet: B9, 3F and 9C. RGB value is (185,63,156). Sum of RGB (Red+Green+Blue) = 185+63+156=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F9C is #46C063. Grayscale: #6D6D6D. Windows color (decimal): -4636772 or 10239929. OLE color: 10239929.

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

Color convert

RGB 185 63 156 -
CMYK 0 0.66 0.16 0.27
HSL 314.26º 0.49% 0.49% -
HSV(B) 314.26º 0.66% 0.73% -
XYZ 27.79 16.27 33.13 -
YUV 110.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 185 63 156 0 0.66 0.16 0.27 314.26 0.49 0.49
Hex B9 3F 9C 0 42 10 1B 13A 31 31
Octal 271 77 234 0 102 20 33 472 61 61
Binary 10111001 111111 10011100 0 1000010 10000 11011 100111010 110001 110001

Color Harmonies of #B93F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F9C

Black with #B93F9C

Text Example


Text Example

White with #B93F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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