Html Css Color HEX #BB288B Medium Red Violet

📋 copy color: '#BB288B'

red 187 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #BB288B

Tints of Medium Red Violet #BB288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 51.09%
G = 10.93%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB288B (or 0xBB288B) is known color: Medium Red Violet. HEX triplet: BB, 28 and 8B. RGB value is (187,40,139). Sum of RGB (Red+Green+Blue) = 187+40+139=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB288B is #44D774. Grayscale: #5E5E5E. Windows color (decimal): -4511605 or 9119931. OLE color: 9119931.

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

Color convert

RGB 187 40 139 -
CMYK 0 0.79 0.26 0.27
HSL 319.59º 0.65% 0.45% -
HSV(B) 319.59º 0.79% 0.73% -
XYZ 25.91 13.95 25.75 -
YUV 95.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 187 40 139 0 0.79 0.26 0.27 319.59 0.65 0.45
Hex BB 28 8B 0 4F 1A 1B 140 41 2D
Octal 273 50 213 0 117 32 33 500 101 55
Binary 10111011 101000 10001011 0 1001111 11010 11011 101000000 1000001 101101

Color Harmonies of #BB288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB288B

Black with #BB288B

Text Example


Text Example

White with #BB288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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