Html Css Color HEX #B93E8F Medium Red Violet

📋 copy color: '#B93E8F'

red 185 ◦ green 62 ◦ blue 143

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

Shades of Medium Red Violet #B93E8F

Tints of Medium Red Violet #B93E8F

RGB

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

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

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

R = 47.44%
G = 15.9%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B93E8F (or 0xB93E8F) is known color: Medium Red Violet. HEX triplet: B9, 3E and 8F. RGB value is (185,62,143). Sum of RGB (Red+Green+Blue) = 185+62+143=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93E8F is #46C170. Grayscale: #6B6B6B. Windows color (decimal): -4637041 or 9387705. OLE color: 9387705.

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

Color convert

RGB 185 62 143 -
CMYK 0 0.66 0.23 0.27
HSL 320.49º 0.5% 0.48% -
HSV(B) 320.49º 0.66% 0.73% -
XYZ 26.69 15.74 27.62 -
YUV 108.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 185 62 143 0 0.66 0.23 0.27 320.49 0.5 0.48
Hex B9 3E 8F 0 42 17 1B 140 32 30
Octal 271 76 217 0 102 27 33 500 62 60
Binary 10111001 111110 10001111 0 1000010 10111 11011 101000000 110010 110000

Color Harmonies of #B93E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E8F

Black with #B93E8F

Text Example


Text Example

White with #B93E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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