Html Css Color HEX #BB398F Medium Red Violet

📋 copy color: '#BB398F'

red 187 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #BB398F

Tints of Medium Red Violet #BB398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 48.32%
G = 14.73%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB398F (or 0xBB398F) is known color: Medium Red Violet. HEX triplet: BB, 39 and 8F. RGB value is (187,57,143). Sum of RGB (Red+Green+Blue) = 187+57+143=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB398F is #44C670. Grayscale: #696969. Windows color (decimal): -4507249 or 9386427. OLE color: 9386427.

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

Color convert

RGB 187 57 143 -
CMYK 0 0.70 0.24 0.27
HSL 320.31º 0.53% 0.48% -
HSV(B) 320.31º 0.7% 0.73% -
XYZ 26.91 15.47 27.55 -
YUV 105.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 187 57 143 0 0.70 0.24 0.27 320.31 0.53 0.48
Hex BB 39 8F 0 46 18 1B 140 35 30
Octal 273 71 217 0 106 30 33 500 65 60
Binary 10111011 111001 10001111 0 1000110 11000 11011 101000000 110101 110000

Color Harmonies of #BB398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB398F

Black with #BB398F

Text Example


Text Example

White with #BB398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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