Html Css Color HEX #BB2082 Medium Violet Red

📋 copy color: '#BB2082'

red 187 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #BB2082

Tints of Medium Violet Red #BB2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 53.58%
G = 9.17%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB2082 (or 0xBB2082) is known color: Medium Violet Red. HEX triplet: BB, 20 and 82. RGB value is (187,32,130). Sum of RGB (Red+Green+Blue) = 187+32+130=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2082 is #44DF7D. Grayscale: #595959. Windows color (decimal): -4513662 or 8528059. OLE color: 8528059.

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

Color convert

RGB 187 32 130 -
CMYK 0 0.83 0.30 0.27
HSL 322.06º 0.71% 0.43% -
HSV(B) 322.06º 0.83% 0.73% -
XYZ 25.04 13.21 22.35 -
YUV 89.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 187 32 130 0 0.83 0.30 0.27 322.06 0.71 0.43
Hex BB 20 82 0 53 1E 1B 142 47 2B
Octal 273 40 202 0 123 36 33 502 107 53
Binary 10111011 100000 10000010 0 1010011 11110 11011 101000010 1000111 101011

Color Harmonies of #BB2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2082

Black with #BB2082

Text Example


Text Example

White with #BB2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2082; }

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

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

background-color css

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

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

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

border-color css

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

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

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