Html Css Color HEX #BB288D Medium Red Violet

📋 copy color: '#BB288D'

red 187 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #BB288D

Tints of Medium Red Violet #BB288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 50.82%
G = 10.87%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB288D (or 0xBB288D) is known color: Medium Red Violet. HEX triplet: BB, 28 and 8D. RGB value is (187,40,141). Sum of RGB (Red+Green+Blue) = 187+40+141=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB288D is #44D772. Grayscale: #5F5F5F. Windows color (decimal): -4511603 or 9251003. OLE color: 9251003.

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

Color convert

RGB 187 40 141 -
CMYK 0 0.79 0.25 0.27
HSL 318.78º 0.65% 0.45% -
HSV(B) 318.78º 0.79% 0.73% -
XYZ 26.06 14.01 26.53 -
YUV 95.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 187 40 141 0 0.79 0.25 0.27 318.78 0.65 0.45
Hex BB 28 8D 0 4F 19 1B 13F 41 2D
Octal 273 50 215 0 117 31 33 477 101 55
Binary 10111011 101000 10001101 0 1001111 11001 11011 100111111 1000001 101101

Color Harmonies of #BB288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB288D

Black with #BB288D

Text Example


Text Example

White with #BB288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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