Html Css Color HEX #B936A0 Medium Red Violet

📋 copy color: '#B936A0'

red 185 ◦ green 54 ◦ blue 160

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

Shades of Medium Red Violet #B936A0

Tints of Medium Red Violet #B936A0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.53%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 46.37%
G = 13.53%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B936A0 (or 0xB936A0) is known color: Medium Red Violet. HEX triplet: B9, 36 and A0. RGB value is (185,54,160). Sum of RGB (Red+Green+Blue) = 185+54+160=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B936A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B936A0 is #46C95F. Grayscale: #686868. Windows color (decimal): -4639072 or 10499769. OLE color: 10499769.

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

Color convert

RGB 185 54 160 -
CMYK 0 0.71 0.14 0.27
HSL 311.45º 0.55% 0.47% -
HSV(B) 311.45º 0.71% 0.73% -
XYZ 27.67 15.49 34.79 -
YUV 105.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 185 54 160 0 0.71 0.14 0.27 311.45 0.55 0.47
Hex B9 36 A0 0 47 E 1B 137 37 2F
Octal 271 66 240 0 107 16 33 467 67 57
Binary 10111001 110110 10100000 0 1000111 1110 11011 100110111 110111 101111

Color Harmonies of #B936A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936A0

Black with #B936A0

Text Example


Text Example

White with #B936A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936A0; }

 p { color: rgb(185,54,160); }

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

background-color css

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

 a { background-color: rgb(185,54,160); }

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

border-color css

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

 span { border-color: rgb(185,54,160); }

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