Html Css Color HEX #BB297D Medium Red Violet

📋 copy color: '#BB297D'

red 187 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #BB297D

Tints of Medium Red Violet #BB297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 52.97%
G = 11.61%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB297D (or 0xBB297D) is known color: Medium Red Violet. HEX triplet: BB, 29 and 7D. RGB value is (187,41,125). Sum of RGB (Red+Green+Blue) = 187+41+125=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB297D is #44D682. Grayscale: #5E5E5E. Windows color (decimal): -4511363 or 8202683. OLE color: 8202683.

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

Color convert

RGB 187 41 125 -
CMYK 0 0.78 0.33 0.27
HSL 325.48º 0.64% 0.45% -
HSV(B) 325.48º 0.78% 0.73% -
XYZ 24.99 13.63 20.72 -
YUV 94.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 187 41 125 0 0.78 0.33 0.27 325.48 0.64 0.45
Hex BB 29 7D 0 4E 21 1B 145 40 2D
Octal 273 51 175 0 116 41 33 505 100 55
Binary 10111011 101001 1111101 0 1001110 100001 11011 101000101 1000000 101101

Color Harmonies of #BB297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB297D

Black with #BB297D

Text Example


Text Example

White with #BB297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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