Html Css Color HEX #B93B89 Medium Red Violet

📋 copy color: '#B93B89'

red 185 ◦ green 59 ◦ blue 137

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

Shades of Medium Red Violet #B93B89

Tints of Medium Red Violet #B93B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

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

R = 48.56%
G = 15.49%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B93B89 (or 0xB93B89) is known color: Medium Red Violet. HEX triplet: B9, 3B and 89. RGB value is (185,59,137). Sum of RGB (Red+Green+Blue) = 185+59+137=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93B89 is #46C476. Grayscale: #696969. Windows color (decimal): -4637815 or 8993721. OLE color: 8993721.

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

Color convert

RGB 185 59 137 -
CMYK 0 0.68 0.26 0.27
HSL 322.86º 0.52% 0.48% -
HSV(B) 322.86º 0.68% 0.73% -
XYZ 26.09 15.25 25.24 -
YUV 105.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 185 59 137 0 0.68 0.26 0.27 322.86 0.52 0.48
Hex B9 3B 89 0 44 1A 1B 143 34 30
Octal 271 73 211 0 104 32 33 503 64 60
Binary 10111001 111011 10001001 0 1000100 11010 11011 101000011 110100 110000

Color Harmonies of #B93B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B89

Black with #B93B89

Text Example


Text Example

White with #B93B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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