Html Css Color HEX #BB299F Medium Red Violet

📋 copy color: '#BB299F'

red 187 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #BB299F

Tints of Medium Red Violet #BB299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 48.32%
G = 10.59%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB299F (or 0xBB299F) is known color: Medium Red Violet. HEX triplet: BB, 29 and 9F. RGB value is (187,41,159). Sum of RGB (Red+Green+Blue) = 187+41+159=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB299F is #44D660. Grayscale: #616161. Windows color (decimal): -4511329 or 10430907. OLE color: 10430907.

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

Color convert

RGB 187 41 159 -
CMYK 0 0.78 0.15 0.27
HSL 311.51º 0.64% 0.45% -
HSV(B) 311.51º 0.78% 0.73% -
XYZ 27.54 14.65 34.18 -
YUV 98.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 187 41 159 0 0.78 0.15 0.27 311.51 0.64 0.45
Hex BB 29 9F 0 4E F 1B 138 40 2D
Octal 273 51 237 0 116 17 33 470 100 55
Binary 10111011 101001 10011111 0 1001110 1111 11011 100111000 1000000 101101

Color Harmonies of #BB299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB299F

Black with #BB299F

Text Example


Text Example

White with #BB299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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