Html Css Color HEX #B93A7F Medium Red Violet

📋 copy color: '#B93A7F'

red 185 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #B93A7F

Tints of Medium Red Violet #B93A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 50%
G = 15.68%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93A7F (or 0xB93A7F) is known color: Medium Red Violet. HEX triplet: B9, 3A and 7F. RGB value is (185,58,127). Sum of RGB (Red+Green+Blue) = 185+58+127=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A7F is #46C580. Grayscale: #676767. Windows color (decimal): -4638081 or 8338105. OLE color: 8338105.

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

Color convert

RGB 185 58 127 -
CMYK 0 0.69 0.31 0.27
HSL 327.4º 0.52% 0.48% -
HSV(B) 327.4º 0.69% 0.73% -
XYZ 25.35 14.87 21.61 -
YUV 103.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 185 58 127 0 0.69 0.31 0.27 327.4 0.52 0.48
Hex B9 3A 7F 0 45 1F 1B 147 34 30
Octal 271 72 177 0 105 37 33 507 64 60
Binary 10111001 111010 1111111 0 1000101 11111 11011 101000111 110100 110000

Color Harmonies of #B93A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A7F

Black with #B93A7F

Text Example


Text Example

White with #B93A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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