Html Css Color HEX #BB297A Medium Red Violet

📋 copy color: '#BB297A'

red 187 ◦ green 41 ◦ blue 122

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

Shades of Medium Red Violet #BB297A

Tints of Medium Red Violet #BB297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 53.43%
G = 11.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB297A (or 0xBB297A) is known color: Medium Red Violet. HEX triplet: BB, 29 and 7A. RGB value is (187,41,122). Sum of RGB (Red+Green+Blue) = 187+41+122=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB297A is #44D685. Grayscale: #5D5D5D. Windows color (decimal): -4511366 or 8006075. OLE color: 8006075.

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

Color convert

RGB 187 41 122 -
CMYK 0 0.78 0.35 0.27
HSL 326.71º 0.64% 0.45% -
HSV(B) 326.71º 0.78% 0.73% -
XYZ 24.8 13.56 19.72 -
YUV 93.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 187 41 122 0 0.78 0.35 0.27 326.71 0.64 0.45
Hex BB 29 7A 0 4E 23 1B 147 40 2D
Octal 273 51 172 0 116 43 33 507 100 55
Binary 10111011 101001 1111010 0 1001110 100011 11011 101000111 1000000 101101

Color Harmonies of #BB297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB297A

Black with #BB297A

Text Example


Text Example

White with #BB297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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