Html Css Color HEX #BB299B Medium Red Violet

📋 copy color: '#BB299B'

red 187 ◦ green 41 ◦ blue 155

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

Shades of Medium Red Violet #BB299B

Tints of Medium Red Violet #BB299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 48.83%
G = 10.7%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB299B (or 0xBB299B) is known color: Medium Red Violet. HEX triplet: BB, 29 and 9B. RGB value is (187,41,155). Sum of RGB (Red+Green+Blue) = 187+41+155=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB299B is #44D664. Grayscale: #616161. Windows color (decimal): -4511333 or 10168763. OLE color: 10168763.

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

Color convert

RGB 187 41 155 -
CMYK 0 0.78 0.17 0.27
HSL 313.15º 0.64% 0.45% -
HSV(B) 313.15º 0.78% 0.73% -
XYZ 27.2 14.52 32.38 -
YUV 97.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 187 41 155 0 0.78 0.17 0.27 313.15 0.64 0.45
Hex BB 29 9B 0 4E 11 1B 139 40 2D
Octal 273 51 233 0 116 21 33 471 100 55
Binary 10111011 101001 10011011 0 1001110 10001 11011 100111001 1000000 101101

Color Harmonies of #BB299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB299B

Black with #BB299B

Text Example


Text Example

White with #BB299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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