Html Css Color HEX #BB286C Medium Red Violet

📋 copy color: '#BB286C'

red 187 ◦ green 40 ◦ blue 108

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

Shades of Medium Red Violet #BB286C

Tints of Medium Red Violet #BB286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 55.82%
G = 11.94%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB286C (or 0xBB286C) is known color: Medium Red Violet. HEX triplet: BB, 28 and 6C. RGB value is (187,40,108). Sum of RGB (Red+Green+Blue) = 187+40+108=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB286C is #44D793. Grayscale: #5B5B5B. Windows color (decimal): -4511636 or 7088315. OLE color: 7088315.

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

Color convert

RGB 187 40 108 -
CMYK 0 0.79 0.42 0.27
HSL 332.24º 0.65% 0.45% -
HSV(B) 332.24º 0.79% 0.73% -
XYZ 23.96 13.17 15.47 -
YUV 91.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 187 40 108 0 0.79 0.42 0.27 332.24 0.65 0.45
Hex BB 28 6C 0 4F 2A 1B 14C 41 2D
Octal 273 50 154 0 117 52 33 514 101 55
Binary 10111011 101000 1101100 0 1001111 101010 11011 101001100 1000001 101101

Color Harmonies of #BB286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB286C

Black with #BB286C

Text Example


Text Example

White with #BB286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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