Html Css Color HEX #BB249E Medium Red Violet

📋 copy color: '#BB249E'

red 187 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #BB249E

Tints of Medium Red Violet #BB249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 49.08%
G = 9.45%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB249E (or 0xBB249E) is known color: Medium Red Violet. HEX triplet: BB, 24 and 9E. RGB value is (187,36,158). Sum of RGB (Red+Green+Blue) = 187+36+158=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB249E is #44DB61. Grayscale: #5E5E5E. Windows color (decimal): -4512610 or 10364091. OLE color: 10364091.

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

Color convert

RGB 187 36 158 -
CMYK 0 0.81 0.16 0.27
HSL 311.52º 0.68% 0.44% -
HSV(B) 311.52º 0.81% 0.73% -
XYZ 27.3 14.3 33.67 -
YUV 95.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 187 36 158 0 0.81 0.16 0.27 311.52 0.68 0.44
Hex BB 24 9E 0 51 10 1B 138 44 2C
Octal 273 44 236 0 121 20 33 470 104 54
Binary 10111011 100100 10011110 0 1010001 10000 11011 100111000 1000100 101100

Color Harmonies of #BB249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB249E

Black with #BB249E

Text Example


Text Example

White with #BB249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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