Html Css Color HEX #B93D9F Medium Red Violet

📋 copy color: '#B93D9F'

red 185 ◦ green 61 ◦ blue 159

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

Shades of Medium Red Violet #B93D9F

Tints of Medium Red Violet #B93D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.06%

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 45.68%
G = 15.06%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B93D9F (or 0xB93D9F) is known color: Medium Red Violet. HEX triplet: B9, 3D and 9F. RGB value is (185,61,159). Sum of RGB (Red+Green+Blue) = 185+61+159=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93D9F is #46C260. Grayscale: #6C6C6C. Windows color (decimal): -4637281 or 10436025. OLE color: 10436025.

HSL color Cylindrical-coordinate representation of color #B93D9F: hue angle of 312.58º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D9F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 61 159 -
CMYK 0 0.67 0.14 0.27
HSL 312.58º 0.5% 0.48% -
HSV(B) 312.58º 0.67% 0.73% -
XYZ 27.93 16.15 34.45 -
YUV 109.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 185 61 159 0 0.67 0.14 0.27 312.58 0.5 0.48
Hex B9 3D 9F 0 43 E 1B 139 32 30
Octal 271 75 237 0 103 16 33 471 62 60
Binary 10111001 111101 10011111 0 1000011 1110 11011 100111001 110010 110000

Color Harmonies of #B93D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D9F

Black with #B93D9F

Text Example


Text Example

White with #B93D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D9F; }

 p { color: rgb(185,61,159); }

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

background-color css

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

 a { background-color: rgb(185,61,159); }

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

border-color css

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

 span { border-color: rgb(185,61,159); }

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