Html Css Color HEX #BB1C6F Medium Violet Red

📋 copy color: '#BB1C6F'

red 187 ◦ green 28 ◦ blue 111

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

Shades of Medium Violet Red #BB1C6F

Tints of Medium Violet Red #BB1C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

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

R = 57.36%
G = 8.59%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB1C6F (or 0xBB1C6F) is known color: Medium Violet Red. HEX triplet: BB, 1C and 6F. RGB value is (187,28,111). Sum of RGB (Red+Green+Blue) = 187+28+111=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C6F is #44E390. Grayscale: #545454. Windows color (decimal): -4514705 or 7281851. OLE color: 7281851.

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

Color convert

RGB 187 28 111 -
CMYK 0 0.85 0.41 0.27
HSL 328.68º 0.74% 0.42% -
HSV(B) 328.68º 0.85% 0.73% -
XYZ 23.78 12.54 16.21 -
YUV 85 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 187 28 111 0 0.85 0.41 0.27 328.68 0.74 0.42
Hex BB 1C 6F 0 55 29 1B 149 4A 2A
Octal 273 34 157 0 125 51 33 511 112 52
Binary 10111011 11100 1101111 0 1010101 101001 11011 101001001 1001010 101010

Color Harmonies of #BB1C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C6F

Black with #BB1C6F

Text Example


Text Example

White with #BB1C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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