Html Css Color HEX #BB397C Medium Red Violet

📋 copy color: '#BB397C'

red 187 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #BB397C

Tints of Medium Red Violet #BB397C

RGB

 RED value IS 187 (73.44% from 255) = 50.82%

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 50.82%
G = 15.49%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB397C (or 0xBB397C) is known color: Medium Red Violet. HEX triplet: BB, 39 and 7C. RGB value is (187,57,124). Sum of RGB (Red+Green+Blue) = 187+57+124=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB397C is #44C683. Grayscale: #676767. Windows color (decimal): -4507268 or 8141243. OLE color: 8141243.

HSL color Cylindrical-coordinate representation of color #BB397C: hue angle of 329.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB397C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 124 -
CMYK 0 0.70 0.34 0.27
HSL 329.08º 0.53% 0.48% -
HSV(B) 329.08º 0.7% 0.73% -
XYZ 25.59 14.95 20.6 -
YUV 103.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 187 57 124 0 0.70 0.34 0.27 329.08 0.53 0.48
Hex BB 39 7C 0 46 22 1B 149 35 30
Octal 273 71 174 0 106 42 33 511 65 60
Binary 10111011 111001 1111100 0 1000110 100010 11011 101001001 110101 110000

Color Harmonies of #BB397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB397C

Black with #BB397C

Text Example


Text Example

White with #BB397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB397C; }

 p { color: rgb(187,57,124); }

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

background-color css

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

 a { background-color: rgb(187,57,124); }

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

border-color css

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

 span { border-color: rgb(187,57,124); }

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