Html Css Color HEX #B93A8F Medium Red Violet

📋 copy color: '#B93A8F'

red 185 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #B93A8F

Tints of Medium Red Violet #B93A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 47.93%
G = 15.03%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B93A8F (or 0xB93A8F) is known color: Medium Red Violet. HEX triplet: B9, 3A and 8F. RGB value is (185,58,143). Sum of RGB (Red+Green+Blue) = 185+58+143=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A8F is #46C570. Grayscale: #696969. Windows color (decimal): -4638065 or 9386681. OLE color: 9386681.

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

Color convert

RGB 185 58 143 -
CMYK 0 0.69 0.23 0.27
HSL 319.84º 0.52% 0.48% -
HSV(B) 319.84º 0.69% 0.73% -
XYZ 26.48 15.32 27.55 -
YUV 105.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 185 58 143 0 0.69 0.23 0.27 319.84 0.52 0.48
Hex B9 3A 8F 0 45 17 1B 140 34 30
Octal 271 72 217 0 105 27 33 500 64 60
Binary 10111001 111010 10001111 0 1000101 10111 11011 101000000 110100 110000

Color Harmonies of #B93A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A8F

Black with #B93A8F

Text Example


Text Example

White with #B93A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A8F; }

 p { color: rgb(185,58,143); }

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

background-color css

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

 a { background-color: rgb(185,58,143); }

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

border-color css

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

 span { border-color: rgb(185,58,143); }

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