Html Css Color HEX #BB288F Medium Red Violet

📋 copy color: '#BB288F'

red 187 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #BB288F

Tints of Medium Red Violet #BB288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 50.54%
G = 10.81%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB288F (or 0xBB288F) is known color: Medium Red Violet. HEX triplet: BB, 28 and 8F. RGB value is (187,40,143). Sum of RGB (Red+Green+Blue) = 187+40+143=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB288F is #44D770. Grayscale: #5F5F5F. Windows color (decimal): -4511601 or 9382075. OLE color: 9382075.

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

Color convert

RGB 187 40 143 -
CMYK 0 0.79 0.24 0.27
HSL 317.96º 0.65% 0.45% -
HSV(B) 317.96º 0.79% 0.73% -
XYZ 26.21 14.07 27.32 -
YUV 95.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 187 40 143 0 0.79 0.24 0.27 317.96 0.65 0.45
Hex BB 28 8F 0 4F 18 1B 13E 41 2D
Octal 273 50 217 0 117 30 33 476 101 55
Binary 10111011 101000 10001111 0 1001111 11000 11011 100111110 1000001 101101

Color Harmonies of #BB288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB288F

Black with #BB288F

Text Example


Text Example

White with #BB288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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