Html Css Color HEX #BB249F Medium Red Violet

📋 copy color: '#BB249F'

red 187 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #BB249F

Tints of Medium Red Violet #BB249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 48.95%
G = 9.42%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB249F (or 0xBB249F) is known color: Medium Red Violet. HEX triplet: BB, 24 and 9F. RGB value is (187,36,159). Sum of RGB (Red+Green+Blue) = 187+36+159=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB249F is #44DB60. Grayscale: #5E5E5E. Windows color (decimal): -4512609 or 10429627. OLE color: 10429627.

HSL color Cylindrical-coordinate representation of color #BB249F: hue angle of 311.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB249F is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 159 -
CMYK 0 0.81 0.15 0.27
HSL 311.13º 0.68% 0.44% -
HSV(B) 311.13º 0.81% 0.73% -
XYZ 27.38 14.33 34.12 -
YUV 95.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 187 36 159 0 0.81 0.15 0.27 311.13 0.68 0.44
Hex BB 24 9F 0 51 F 1B 137 44 2C
Octal 273 44 237 0 121 17 33 467 104 54
Binary 10111011 100100 10011111 0 1010001 1111 11011 100110111 1000100 101100

Color Harmonies of #BB249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB249F

Black with #BB249F

Text Example


Text Example

White with #BB249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB249F; }

 p { color: rgb(187,36,159); }

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

background-color css

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

 a { background-color: rgb(187,36,159); }

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

border-color css

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

 span { border-color: rgb(187,36,159); }

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