Html Css Color HEX #B93E7F Medium Red Violet

📋 copy color: '#B93E7F'

red 185 ◦ green 62 ◦ blue 127

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

Shades of Medium Red Violet #B93E7F

Tints of Medium Red Violet #B93E7F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.58%

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

R = 49.47%
G = 16.58%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B93E7F (or 0xB93E7F) is known color: Medium Red Violet. HEX triplet: B9, 3E and 7F. RGB value is (185,62,127). Sum of RGB (Red+Green+Blue) = 185+62+127=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E7F is #46C180. Grayscale: #6A6A6A. Windows color (decimal): -4637057 or 8339129. OLE color: 8339129.

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

Color convert

RGB 185 62 127 -
CMYK 0 0.66 0.31 0.27
HSL 328.29º 0.5% 0.48% -
HSV(B) 328.29º 0.66% 0.73% -
XYZ 25.56 15.29 21.68 -
YUV 106.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 185 62 127 0 0.66 0.31 0.27 328.29 0.5 0.48
Hex B9 3E 7F 0 42 1F 1B 148 32 30
Octal 271 76 177 0 102 37 33 510 62 60
Binary 10111001 111110 1111111 0 1000010 11111 11011 101001000 110010 110000

Color Harmonies of #B93E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E7F

Black with #B93E7F

Text Example


Text Example

White with #B93E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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