Html Css Color HEX #B93988 Medium Red Violet

📋 copy color: '#B93988'

red 185 ◦ green 57 ◦ blue 136

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

Shades of Medium Red Violet #B93988

Tints of Medium Red Violet #B93988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 48.94%
G = 15.08%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B93988 (or 0xB93988) is known color: Medium Red Violet. HEX triplet: B9, 39 and 88. RGB value is (185,57,136). Sum of RGB (Red+Green+Blue) = 185+57+136=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B93988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93988 is #46C677. Grayscale: #686868. Windows color (decimal): -4638328 or 8927673. OLE color: 8927673.

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

Color convert

RGB 185 57 136 -
CMYK 0 0.69 0.26 0.27
HSL 322.97º 0.53% 0.47% -
HSV(B) 322.97º 0.69% 0.73% -
XYZ 25.91 15.02 24.83 -
YUV 104.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 185 57 136 0 0.69 0.26 0.27 322.97 0.53 0.47
Hex B9 39 88 0 45 1A 1B 143 35 2F
Octal 271 71 210 0 105 32 33 503 65 57
Binary 10111001 111001 10001000 0 1000101 11010 11011 101000011 110101 101111

Color Harmonies of #B93988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93988

Black with #B93988

Text Example


Text Example

White with #B93988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93988; }

 p { color: rgb(185,57,136); }

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

background-color css

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

 a { background-color: rgb(185,57,136); }

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

border-color css

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

 span { border-color: rgb(185,57,136); }

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