Html Css Color HEX #BB2882 Medium Red Violet

📋 copy color: '#BB2882'

red 187 ◦ green 40 ◦ blue 130

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

Shades of Medium Red Violet #BB2882

Tints of Medium Red Violet #BB2882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 52.38%
G = 11.2%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB2882 (or 0xBB2882) is known color: Medium Red Violet. HEX triplet: BB, 28 and 82. RGB value is (187,40,130). Sum of RGB (Red+Green+Blue) = 187+40+130=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2882 is #44D77D. Grayscale: #5E5E5E. Windows color (decimal): -4511614 or 8530107. OLE color: 8530107.

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

Color convert

RGB 187 40 130 -
CMYK 0 0.79 0.30 0.27
HSL 323.27º 0.65% 0.45% -
HSV(B) 323.27º 0.79% 0.73% -
XYZ 25.28 13.69 22.43 -
YUV 94.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 187 40 130 0 0.79 0.30 0.27 323.27 0.65 0.45
Hex BB 28 82 0 4F 1E 1B 143 41 2D
Octal 273 50 202 0 117 36 33 503 101 55
Binary 10111011 101000 10000010 0 1001111 11110 11011 101000011 1000001 101101

Color Harmonies of #BB2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2882

Black with #BB2882

Text Example


Text Example

White with #BB2882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2882; }

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

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

background-color css

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

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

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

border-color css

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

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

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