Html Css Color HEX #BB1682 Medium Violet Red

📋 copy color: '#BB1682'

red 187 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #BB1682

Tints of Medium Violet Red #BB1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

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

R = 55.16%
G = 6.49%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1682 (or 0xBB1682) is known color: Medium Violet Red. HEX triplet: BB, 16 and 82. RGB value is (187,22,130). Sum of RGB (Red+Green+Blue) = 187+22+130=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1682 is #44E97D. Grayscale: #535353. Windows color (decimal): -4516222 or 8525499. OLE color: 8525499.

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

Color convert

RGB 187 22 130 -
CMYK 0 0.88 0.30 0.27
HSL 320.73º 0.79% 0.41% -
HSV(B) 320.73º 0.88% 0.73% -
XYZ 24.81 12.75 22.27 -
YUV 83.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 187 22 130 0 0.88 0.30 0.27 320.73 0.79 0.41
Hex BB 16 82 0 58 1E 1B 141 4F 29
Octal 273 26 202 0 130 36 33 501 117 51
Binary 10111011 10110 10000010 0 1011000 11110 11011 101000001 1001111 101001

Color Harmonies of #BB1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1682

Black with #BB1682

Text Example


Text Example

White with #BB1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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