Html Css Color HEX #BB298B Medium Red Violet

📋 copy color: '#BB298B'

red 187 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #BB298B

Tints of Medium Red Violet #BB298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 50.95%
G = 11.17%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB298B (or 0xBB298B) is known color: Medium Red Violet. HEX triplet: BB, 29 and 8B. RGB value is (187,41,139). Sum of RGB (Red+Green+Blue) = 187+41+139=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB298B is #44D674. Grayscale: #5F5F5F. Windows color (decimal): -4511349 or 9120187. OLE color: 9120187.

HSL color Cylindrical-coordinate representation of color #BB298B: hue angle of 319.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB298B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 139 -
CMYK 0 0.78 0.26 0.27
HSL 319.73º 0.64% 0.45% -
HSV(B) 319.73º 0.78% 0.73% -
XYZ 25.95 14.01 25.76 -
YUV 95.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 187 41 139 0 0.78 0.26 0.27 319.73 0.64 0.45
Hex BB 29 8B 0 4E 1A 1B 140 40 2D
Octal 273 51 213 0 116 32 33 500 100 55
Binary 10111011 101001 10001011 0 1001110 11010 11011 101000000 1000000 101101

Color Harmonies of #BB298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB298B

Black with #BB298B

Text Example


Text Example

White with #BB298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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