Html Css Color HEX #BB296D Medium Red Violet

📋 copy color: '#BB296D'

red 187 ◦ green 41 ◦ blue 109

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

Shades of Medium Red Violet #BB296D

Tints of Medium Red Violet #BB296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 55.49%
G = 12.17%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB296D (or 0xBB296D) is known color: Medium Red Violet. HEX triplet: BB, 29 and 6D. RGB value is (187,41,109). Sum of RGB (Red+Green+Blue) = 187+41+109=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB296D is #44D692. Grayscale: #5C5C5C. Windows color (decimal): -4511379 or 7154107. OLE color: 7154107.

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

Color convert

RGB 187 41 109 -
CMYK 0 0.78 0.42 0.27
HSL 332.05º 0.64% 0.45% -
HSV(B) 332.05º 0.78% 0.73% -
XYZ 24.05 13.25 15.76 -
YUV 92.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 187 41 109 0 0.78 0.42 0.27 332.05 0.64 0.45
Hex BB 29 6D 0 4E 2A 1B 14C 40 2D
Octal 273 51 155 0 116 52 33 514 100 55
Binary 10111011 101001 1101101 0 1001110 101010 11011 101001100 1000000 101101

Color Harmonies of #BB296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB296D

Black with #BB296D

Text Example


Text Example

White with #BB296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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