Html Css Color HEX #BB398B Medium Red Violet

📋 copy color: '#BB398B'

red 187 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #BB398B

Tints of Medium Red Violet #BB398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 48.83%
G = 14.88%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB398B (or 0xBB398B) is known color: Medium Red Violet. HEX triplet: BB, 39 and 8B. RGB value is (187,57,139). Sum of RGB (Red+Green+Blue) = 187+57+139=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB398B is #44C674. Grayscale: #696969. Windows color (decimal): -4507253 or 9124283. OLE color: 9124283.

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

Color convert

RGB 187 57 139 -
CMYK 0 0.70 0.26 0.27
HSL 322.15º 0.53% 0.48% -
HSV(B) 322.15º 0.7% 0.73% -
XYZ 26.62 15.36 25.99 -
YUV 105.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 187 57 139 0 0.70 0.26 0.27 322.15 0.53 0.48
Hex BB 39 8B 0 46 1A 1B 142 35 30
Octal 273 71 213 0 106 32 33 502 65 60
Binary 10111011 111001 10001011 0 1000110 11010 11011 101000010 110101 110000

Color Harmonies of #BB398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB398B

Black with #BB398B

Text Example


Text Example

White with #BB398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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