Html Css Color HEX #BB289B Medium Red Violet

📋 copy color: '#BB289B'

red 187 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #BB289B

Tints of Medium Red Violet #BB289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 48.95%
G = 10.47%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB289B (or 0xBB289B) is known color: Medium Red Violet. HEX triplet: BB, 28 and 9B. RGB value is (187,40,155). Sum of RGB (Red+Green+Blue) = 187+40+155=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB289B is #44D764. Grayscale: #606060. Windows color (decimal): -4511589 or 10168507. OLE color: 10168507.

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

Color convert

RGB 187 40 155 -
CMYK 0 0.79 0.17 0.27
HSL 313.06º 0.65% 0.45% -
HSV(B) 313.06º 0.79% 0.73% -
XYZ 27.17 14.45 32.37 -
YUV 97.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 187 40 155 0 0.79 0.17 0.27 313.06 0.65 0.45
Hex BB 28 9B 0 4F 11 1B 139 41 2D
Octal 273 50 233 0 117 21 33 471 101 55
Binary 10111011 101000 10011011 0 1001111 10001 11011 100111001 1000001 101101

Color Harmonies of #BB289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB289B

Black with #BB289B

Text Example


Text Example

White with #BB289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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