Html Css Color HEX #BB2689 Medium Red Violet

📋 copy color: '#BB2689'

red 187 ◦ green 38 ◦ blue 137

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

Shades of Medium Red Violet #BB2689

Tints of Medium Red Violet #BB2689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 51.66%
G = 10.5%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB2689 (or 0xBB2689) is known color: Medium Red Violet. HEX triplet: BB, 26 and 89. RGB value is (187,38,137). Sum of RGB (Red+Green+Blue) = 187+38+137=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2689 is #44D976. Grayscale: #5D5D5D. Windows color (decimal): -4512119 or 8988347. OLE color: 8988347.

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

Color convert

RGB 187 38 137 -
CMYK 0 0.80 0.27 0.27
HSL 320.13º 0.66% 0.44% -
HSV(B) 320.13º 0.8% 0.73% -
XYZ 25.7 13.76 24.97 -
YUV 93.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 187 38 137 0 0.80 0.27 0.27 320.13 0.66 0.44
Hex BB 26 89 0 50 1B 1B 140 42 2C
Octal 273 46 211 0 120 33 33 500 102 54
Binary 10111011 100110 10001001 0 1010000 11011 11011 101000000 1000010 101100

Color Harmonies of #BB2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2689

Black with #BB2689

Text Example


Text Example

White with #BB2689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2689; }

 p { color: rgb(187,38,137); }

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

background-color css

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

 a { background-color: rgb(187,38,137); }

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

border-color css

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

 span { border-color: rgb(187,38,137); }

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