Html Css Color HEX #BB397F Medium Red Violet

📋 copy color: '#BB397F'

red 187 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #BB397F

Tints of Medium Red Violet #BB397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.23%

R = 50.4%
G = 15.36%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB397F (or 0xBB397F) is known color: Medium Red Violet. HEX triplet: BB, 39 and 7F. RGB value is (187,57,127). Sum of RGB (Red+Green+Blue) = 187+57+127=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB397F is #44C680. Grayscale: #676767. Windows color (decimal): -4507265 or 8337851. OLE color: 8337851.

HSL color Cylindrical-coordinate representation of color #BB397F: hue angle of 327.69º 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 #BB397F is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 127 -
CMYK 0 0.70 0.32 0.27
HSL 327.69º 0.53% 0.48% -
HSV(B) 327.69º 0.7% 0.73% -
XYZ 25.79 15.02 21.62 -
YUV 103.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 187 57 127 0 0.70 0.32 0.27 327.69 0.53 0.48
Hex BB 39 7F 0 46 20 1B 148 35 30
Octal 273 71 177 0 106 40 33 510 65 60
Binary 10111011 111001 1111111 0 1000110 100000 11011 101001000 110101 110000

Color Harmonies of #BB397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB397F

Black with #BB397F

Text Example


Text Example

White with #BB397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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