Html Css Color HEX #BB1786 Medium Violet Red

📋 copy color: '#BB1786'

red 187 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #BB1786

Tints of Medium Violet Red #BB1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 54.36%
G = 6.69%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB1786 (or 0xBB1786) is known color: Medium Violet Red. HEX triplet: BB, 17 and 86. RGB value is (187,23,134). Sum of RGB (Red+Green+Blue) = 187+23+134=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1786 is #44E879. Grayscale: #545454. Windows color (decimal): -4515962 or 8787899. OLE color: 8787899.

HSL color Cylindrical-coordinate representation of color #BB1786: hue angle of 319.39º degrees, saturation: 0.78, 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 #BB1786 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 23 134 -
CMYK 0 0.88 0.28 0.27
HSL 319.39º 0.78% 0.41% -
HSV(B) 319.39º 0.88% 0.73% -
XYZ 25.1 12.9 23.72 -
YUV 84.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 187 23 134 0 0.88 0.28 0.27 319.39 0.78 0.41
Hex BB 17 86 0 58 1C 1B 13F 4E 29
Octal 273 27 206 0 130 34 33 477 116 51
Binary 10111011 10111 10000110 0 1011000 11100 11011 100111111 1001110 101001

Color Harmonies of #BB1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1786

Black with #BB1786

Text Example


Text Example

White with #BB1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1786; }

 p { color: rgb(187,23,134); }

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

background-color css

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

 a { background-color: rgb(187,23,134); }

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

border-color css

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

 span { border-color: rgb(187,23,134); }

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