Html Css Color HEX #B93F89 Medium Red Violet

📋 copy color: '#B93F89'

red 185 ◦ green 63 ◦ blue 137

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

Shades of Medium Red Violet #B93F89

Tints of Medium Red Violet #B93F89

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

 BLUE value IS 137 (53.91% from 255) = 35.58%

R = 48.05%
G = 16.36%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B93F89 (or 0xB93F89) is known color: Medium Red Violet. HEX triplet: B9, 3F and 89. RGB value is (185,63,137). Sum of RGB (Red+Green+Blue) = 185+63+137=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93F89 is #46C076. Grayscale: #6B6B6B. Windows color (decimal): -4636791 or 8994745. OLE color: 8994745.

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

Color convert

RGB 185 63 137 -
CMYK 0 0.66 0.26 0.27
HSL 323.61º 0.49% 0.49% -
HSV(B) 323.61º 0.66% 0.73% -
XYZ 26.3 15.68 25.31 -
YUV 107.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 185 63 137 0 0.66 0.26 0.27 323.61 0.49 0.49
Hex B9 3F 89 0 42 1A 1B 144 31 31
Octal 271 77 211 0 102 32 33 504 61 61
Binary 10111001 111111 10001001 0 1000010 11010 11011 101000100 110001 110001

Color Harmonies of #B93F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F89

Black with #B93F89

Text Example


Text Example

White with #B93F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F89; }

 p { color: rgb(185,63,137); }

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

background-color css

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

 a { background-color: rgb(185,63,137); }

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

border-color css

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

 span { border-color: rgb(185,63,137); }

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