Html Css Color HEX #BB287B Medium Red Violet

📋 copy color: '#BB287B'

red 187 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #BB287B

Tints of Medium Red Violet #BB287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 53.43%
G = 11.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB287B (or 0xBB287B) is known color: Medium Red Violet. HEX triplet: BB, 28 and 7B. RGB value is (187,40,123). Sum of RGB (Red+Green+Blue) = 187+40+123=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB287B is #44D784. Grayscale: #5D5D5D. Windows color (decimal): -4511621 or 8071355. OLE color: 8071355.

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

Color convert

RGB 187 40 123 -
CMYK 0 0.79 0.34 0.27
HSL 326.12º 0.65% 0.45% -
HSV(B) 326.12º 0.79% 0.73% -
XYZ 24.83 13.51 20.04 -
YUV 93.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 187 40 123 0 0.79 0.34 0.27 326.12 0.65 0.45
Hex BB 28 7B 0 4F 22 1B 146 41 2D
Octal 273 50 173 0 117 42 33 506 101 55
Binary 10111011 101000 1111011 0 1001111 100010 11011 101000110 1000001 101101

Color Harmonies of #BB287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB287B

Black with #BB287B

Text Example


Text Example

White with #BB287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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