Html Css Color HEX #BB289E Medium Red Violet

📋 copy color: '#BB289E'

red 187 ◦ green 40 ◦ blue 158

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

Shades of Medium Red Violet #BB289E

Tints of Medium Red Violet #BB289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.39%

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

R = 48.57%
G = 10.39%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB289E (or 0xBB289E) is known color: Medium Red Violet. HEX triplet: BB, 28 and 9E. RGB value is (187,40,158). Sum of RGB (Red+Green+Blue) = 187+40+158=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB289E is #44D761. Grayscale: #616161. Windows color (decimal): -4511586 or 10365115. OLE color: 10365115.

HSL color Cylindrical-coordinate representation of color #BB289E: hue angle of 311.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB289E is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 158 -
CMYK 0 0.79 0.16 0.27
HSL 311.84º 0.65% 0.45% -
HSV(B) 311.84º 0.79% 0.73% -
XYZ 27.42 14.55 33.71 -
YUV 97.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 187 40 158 0 0.79 0.16 0.27 311.84 0.65 0.45
Hex BB 28 9E 0 4F 10 1B 138 41 2D
Octal 273 50 236 0 117 20 33 470 101 55
Binary 10111011 101000 10011110 0 1001111 10000 11011 100111000 1000001 101101

Color Harmonies of #BB289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB289E

Black with #BB289E

Text Example


Text Example

White with #BB289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB289E; }

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

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

background-color css

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

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

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

border-color css

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

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

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