Html Css Color HEX #BB297B Medium Red Violet

📋 copy color: '#BB297B'

red 187 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #BB297B

Tints of Medium Red Violet #BB297B

RGB

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

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

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

R = 53.28%
G = 11.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB297B (or 0xBB297B) is known color: Medium Red Violet. HEX triplet: BB, 29 and 7B. RGB value is (187,41,123). Sum of RGB (Red+Green+Blue) = 187+41+123=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB297B is #44D684. Grayscale: #5D5D5D. Windows color (decimal): -4511365 or 8071611. OLE color: 8071611.

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

Color convert

RGB 187 41 123 -
CMYK 0 0.78 0.34 0.27
HSL 326.3º 0.64% 0.45% -
HSV(B) 326.3º 0.78% 0.73% -
XYZ 24.86 13.58 20.05 -
YUV 94 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 187 41 123 0 0.78 0.34 0.27 326.3 0.64 0.45
Hex BB 29 7B 0 4E 22 1B 146 40 2D
Octal 273 51 173 0 116 42 33 506 100 55
Binary 10111011 101001 1111011 0 1001110 100010 11011 101000110 1000000 101101

Color Harmonies of #BB297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB297B

Black with #BB297B

Text Example


Text Example

White with #BB297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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