Html Css Color HEX #BB286E Medium Red Violet

📋 copy color: '#BB286E'

red 187 ◦ green 40 ◦ blue 110

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

Shades of Medium Red Violet #BB286E

Tints of Medium Red Violet #BB286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 55.49%
G = 11.87%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB286E (or 0xBB286E) is known color: Medium Red Violet. HEX triplet: BB, 28 and 6E. RGB value is (187,40,110). Sum of RGB (Red+Green+Blue) = 187+40+110=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB286E is #44D791. Grayscale: #5B5B5B. Windows color (decimal): -4511634 or 7219387. OLE color: 7219387.

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

Color convert

RGB 187 40 110 -
CMYK 0 0.79 0.41 0.27
HSL 331.43º 0.65% 0.45% -
HSV(B) 331.43º 0.79% 0.73% -
XYZ 24.07 13.21 16.03 -
YUV 91.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 187 40 110 0 0.79 0.41 0.27 331.43 0.65 0.45
Hex BB 28 6E 0 4F 29 1B 14B 41 2D
Octal 273 50 156 0 117 51 33 513 101 55
Binary 10111011 101000 1101110 0 1001111 101001 11011 101001011 1000001 101101

Color Harmonies of #BB286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB286E

Black with #BB286E

Text Example


Text Example

White with #BB286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB286E; }

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

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

background-color css

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

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

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

border-color css

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

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

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