Html Css Color HEX #BB2482 Medium Red Violet

📋 copy color: '#BB2482'

red 187 ◦ green 36 ◦ blue 130

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

Shades of Medium Red Violet #BB2482

Tints of Medium Red Violet #BB2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

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

R = 52.97%
G = 10.2%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB2482 (or 0xBB2482) is known color: Medium Red Violet. HEX triplet: BB, 24 and 82. RGB value is (187,36,130). Sum of RGB (Red+Green+Blue) = 187+36+130=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2482 is #44DB7D. Grayscale: #5B5B5B. Windows color (decimal): -4512638 or 8529083. OLE color: 8529083.

HSL color Cylindrical-coordinate representation of color #BB2482: hue angle of 322.65º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2482 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 130 -
CMYK 0 0.81 0.30 0.27
HSL 322.65º 0.68% 0.44% -
HSV(B) 322.65º 0.81% 0.73% -
XYZ 25.15 13.44 22.39 -
YUV 91.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 187 36 130 0 0.81 0.30 0.27 322.65 0.68 0.44
Hex BB 24 82 0 51 1E 1B 143 44 2C
Octal 273 44 202 0 121 36 33 503 104 54
Binary 10111011 100100 10000010 0 1010001 11110 11011 101000011 1000100 101100

Color Harmonies of #BB2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2482

Black with #BB2482

Text Example


Text Example

White with #BB2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2482; }

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

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

background-color css

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

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

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

border-color css

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

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

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