Html Css Color HEX #BB299E Medium Red Violet

📋 copy color: '#BB299E'

red 187 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #BB299E

Tints of Medium Red Violet #BB299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.93%

R = 48.45%
G = 10.62%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB299E (or 0xBB299E) is known color: Medium Red Violet. HEX triplet: BB, 29 and 9E. RGB value is (187,41,158). Sum of RGB (Red+Green+Blue) = 187+41+158=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB299E is #44D661. Grayscale: #616161. Windows color (decimal): -4511330 or 10365371. OLE color: 10365371.

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

Color convert

RGB 187 41 158 -
CMYK 0 0.78 0.16 0.27
HSL 311.92º 0.64% 0.45% -
HSV(B) 311.92º 0.78% 0.73% -
XYZ 27.46 14.62 33.72 -
YUV 97.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 187 41 158 0 0.78 0.16 0.27 311.92 0.64 0.45
Hex BB 29 9E 0 4E 10 1B 138 40 2D
Octal 273 51 236 0 116 20 33 470 100 55
Binary 10111011 101001 10011110 0 1001110 10000 11011 100111000 1000000 101101

Color Harmonies of #BB299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB299E

Black with #BB299E

Text Example


Text Example

White with #BB299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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