Html Css Color HEX #BB1B6F Medium Violet Red

📋 copy color: '#BB1B6F'

red 187 ◦ green 27 ◦ blue 111

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

Shades of Medium Violet Red #BB1B6F

Tints of Medium Violet Red #BB1B6F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 57.54%
G = 8.31%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB1B6F (or 0xBB1B6F) is known color: Medium Violet Red. HEX triplet: BB, 1B and 6F. RGB value is (187,27,111). Sum of RGB (Red+Green+Blue) = 187+27+111=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B6F is #44E490. Grayscale: #545454. Windows color (decimal): -4514961 or 7281595. OLE color: 7281595.

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

Color convert

RGB 187 27 111 -
CMYK 0 0.86 0.41 0.27
HSL 328.5º 0.75% 0.42% -
HSV(B) 328.5º 0.86% 0.73% -
XYZ 23.75 12.5 16.2 -
YUV 84.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 187 27 111 0 0.86 0.41 0.27 328.5 0.75 0.42
Hex BB 1B 6F 0 56 29 1B 148 4B 2A
Octal 273 33 157 0 126 51 33 510 113 52
Binary 10111011 11011 1101111 0 1010110 101001 11011 101001000 1001011 101010

Color Harmonies of #BB1B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B6F

Black with #BB1B6F

Text Example


Text Example

White with #BB1B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B6F; }

 p { color: rgb(187,27,111); }

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

background-color css

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

 a { background-color: rgb(187,27,111); }

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

border-color css

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

 span { border-color: rgb(187,27,111); }

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