Html Css Color HEX #BC166D Medium Violet Red

📋 copy color: '#BC166D'

red 188 ◦ green 22 ◦ blue 109

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

Shades of Medium Violet Red #BC166D

Tints of Medium Violet Red #BC166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 58.93%
G = 6.9%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC166D (or 0xBC166D) is known color: Medium Violet Red. HEX triplet: BC, 16 and 6D. RGB value is (188,22,109). Sum of RGB (Red+Green+Blue) = 188+22+109=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC166D is #43E992. Grayscale: #515151. Windows color (decimal): -4450707 or 7149244. OLE color: 7149244.

HSL color Cylindrical-coordinate representation of color #BC166D: hue angle of 328.55º 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 #BC166D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 109 -
CMYK 0 0.88 0.42 0.26
HSL 328.55º 0.79% 0.41% -
HSV(B) 328.55º 0.88% 0.74% -
XYZ 23.79 12.37 15.6 -
YUV 81.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 188 22 109 0 0.88 0.42 0.26 328.55 0.79 0.41
Hex BC 16 6D 0 58 2A 1A 149 4F 29
Octal 274 26 155 0 130 52 32 511 117 51
Binary 10111100 10110 1101101 0 1011000 101010 11010 101001001 1001111 101001

Color Harmonies of #BC166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC166D

Black with #BC166D

Text Example


Text Example

White with #BC166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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