Html Css Color HEX #BB289D Medium Red Violet

📋 copy color: '#BB289D'

red 187 ◦ green 40 ◦ blue 157

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

Shades of Medium Red Violet #BB289D

Tints of Medium Red Violet #BB289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 48.7%
G = 10.42%
B = 40.89%

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

#BB289D (or 0xBB289D) is known color: Medium Red Violet. HEX triplet: BB, 28 and 9D. RGB value is (187,40,157). Sum of RGB (Red+Green+Blue) = 187+40+157=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB289D is #44D762. Grayscale: #606060. Windows color (decimal): -4511587 or 10299579. OLE color: 10299579.

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

Color convert

RGB 187 40 157 -
CMYK 0 0.79 0.16 0.27
HSL 312.24º 0.65% 0.45% -
HSV(B) 312.24º 0.79% 0.73% -
XYZ 27.34 14.52 33.26 -
YUV 97.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 187 40 157 0 0.79 0.16 0.27 312.24 0.65 0.45
Hex BB 28 9D 0 4F 10 1B 138 41 2D
Octal 273 50 235 0 117 20 33 470 101 55
Binary 10111011 101000 10011101 0 1001111 10000 11011 100111000 1000001 101101

Color Harmonies of #BB289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB289D

Black with #BB289D

Text Example


Text Example

White with #BB289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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