Html Css Color HEX #BB1982 Medium Violet Red

📋 copy color: '#BB1982'

red 187 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #BB1982

Tints of Medium Violet Red #BB1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 54.68%
G = 7.31%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1982 (or 0xBB1982) is known color: Medium Violet Red. HEX triplet: BB, 19 and 82. RGB value is (187,25,130). Sum of RGB (Red+Green+Blue) = 187+25+130=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1982 is #44E67D. Grayscale: #555555. Windows color (decimal): -4515454 or 8526267. OLE color: 8526267.

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

Color convert

RGB 187 25 130 -
CMYK 0 0.87 0.30 0.27
HSL 321.11º 0.76% 0.42% -
HSV(B) 321.11º 0.87% 0.73% -
XYZ 24.87 12.87 22.29 -
YUV 85.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 187 25 130 0 0.87 0.30 0.27 321.11 0.76 0.42
Hex BB 19 82 0 57 1E 1B 141 4C 2A
Octal 273 31 202 0 127 36 33 501 114 52
Binary 10111011 11001 10000010 0 1010111 11110 11011 101000001 1001100 101010

Color Harmonies of #BB1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1982

Black with #BB1982

Text Example


Text Example

White with #BB1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1982; }

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

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

background-color css

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

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

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

border-color css

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

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

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