Html Css Color HEX #BB297F Medium Red Violet

📋 copy color: '#BB297F'

red 187 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #BB297F

Tints of Medium Red Violet #BB297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 52.68%
G = 11.55%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB297F (or 0xBB297F) is known color: Medium Red Violet. HEX triplet: BB, 29 and 7F. RGB value is (187,41,127). Sum of RGB (Red+Green+Blue) = 187+41+127=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB297F is #44D680. Grayscale: #5E5E5E. Windows color (decimal): -4511361 or 8333755. OLE color: 8333755.

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

Color convert

RGB 187 41 127 -
CMYK 0 0.78 0.32 0.27
HSL 324.66º 0.64% 0.45% -
HSV(B) 324.66º 0.78% 0.73% -
XYZ 25.12 13.68 21.4 -
YUV 94.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 187 41 127 0 0.78 0.32 0.27 324.66 0.64 0.45
Hex BB 29 7F 0 4E 20 1B 145 40 2D
Octal 273 51 177 0 116 40 33 505 100 55
Binary 10111011 101001 1111111 0 1001110 100000 11011 101000101 1000000 101101

Color Harmonies of #BB297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB297F

Black with #BB297F

Text Example


Text Example

White with #BB297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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