Html Css Color HEX #BB397B Medium Red Violet

📋 copy color: '#BB397B'

red 187 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #BB397B

Tints of Medium Red Violet #BB397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 50.95%
G = 15.53%
B = 33.51%

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

#BB397B (or 0xBB397B) is known color: Medium Red Violet. HEX triplet: BB, 39 and 7B. RGB value is (187,57,123). Sum of RGB (Red+Green+Blue) = 187+57+123=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB397B is #44C684. Grayscale: #676767. Windows color (decimal): -4507269 or 8075707. OLE color: 8075707.

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

Color convert

RGB 187 57 123 -
CMYK 0 0.70 0.34 0.27
HSL 329.54º 0.53% 0.48% -
HSV(B) 329.54º 0.7% 0.73% -
XYZ 25.53 14.92 20.27 -
YUV 103.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 187 57 123 0 0.70 0.34 0.27 329.54 0.53 0.48
Hex BB 39 7B 0 46 22 1B 14A 35 30
Octal 273 71 173 0 106 42 33 512 65 60
Binary 10111011 111001 1111011 0 1000110 100010 11011 101001010 110101 110000

Color Harmonies of #BB397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB397B

Black with #BB397B

Text Example


Text Example

White with #BB397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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