Html Css Color HEX #BC166F Medium Violet Red

📋 copy color: '#BC166F'

red 188 ◦ green 22 ◦ blue 111

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

Shades of Medium Violet Red #BC166F

Tints of Medium Violet Red #BC166F

RGB

 RED value IS 188 (73.83% from 255) = 58.57%

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

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

R = 58.57%
G = 6.85%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC166F (or 0xBC166F) is known color: Medium Violet Red. HEX triplet: BC, 16 and 6F. RGB value is (188,22,111). Sum of RGB (Red+Green+Blue) = 188+22+111=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC166F is #43E990. Grayscale: #515151. Windows color (decimal): -4450705 or 7280316. OLE color: 7280316.

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

Color convert

RGB 188 22 111 -
CMYK 0 0.88 0.41 0.26
HSL 327.83º 0.79% 0.41% -
HSV(B) 327.83º 0.88% 0.74% -
XYZ 23.9 12.41 16.18 -
YUV 81.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 188 22 111 0 0.88 0.41 0.26 327.83 0.79 0.41
Hex BC 16 6F 0 58 29 1A 148 4F 29
Octal 274 26 157 0 130 51 32 510 117 51
Binary 10111100 10110 1101111 0 1011000 101001 11010 101001000 1001111 101001

Color Harmonies of #BC166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC166F

Black with #BC166F

Text Example


Text Example

White with #BC166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC166F; }

 p { color: rgb(188,22,111); }

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

background-color css

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

 a { background-color: rgb(188,22,111); }

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

border-color css

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

 span { border-color: rgb(188,22,111); }

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