Html Css Color HEX #BB296E Medium Red Violet

📋 copy color: '#BB296E'

red 187 ◦ green 41 ◦ blue 110

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

Shades of Medium Red Violet #BB296E

Tints of Medium Red Violet #BB296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 55.33%
G = 12.13%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB296E (or 0xBB296E) is known color: Medium Red Violet. HEX triplet: BB, 29 and 6E. RGB value is (187,41,110). Sum of RGB (Red+Green+Blue) = 187+41+110=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB296E is #44D691. Grayscale: #5C5C5C. Windows color (decimal): -4511378 or 7219643. OLE color: 7219643.

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

Color convert

RGB 187 41 110 -
CMYK 0 0.78 0.41 0.27
HSL 331.64º 0.64% 0.45% -
HSV(B) 331.64º 0.78% 0.73% -
XYZ 24.1 13.28 16.04 -
YUV 92.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 187 41 110 0 0.78 0.41 0.27 331.64 0.64 0.45
Hex BB 29 6E 0 4E 29 1B 14C 40 2D
Octal 273 51 156 0 116 51 33 514 100 55
Binary 10111011 101001 1101110 0 1001110 101001 11011 101001100 1000000 101101

Color Harmonies of #BB296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB296E

Black with #BB296E

Text Example


Text Example

White with #BB296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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