Html Css Color HEX #BC108D Medium Violet Red

📋 copy color: '#BC108D'

red 188 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #BC108D

Tints of Medium Violet Red #BC108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 54.49%
G = 4.64%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC108D (or 0xBC108D) is known color: Medium Violet Red. HEX triplet: BC, 10 and 8D. RGB value is (188,16,141). Sum of RGB (Red+Green+Blue) = 188+16+141=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC108D is #43EF72. Grayscale: #515151. Windows color (decimal): -4452211 or 9244860. OLE color: 9244860.

HSL color Cylindrical-coordinate representation of color #BC108D: hue angle of 316.4º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC108D is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 141 -
CMYK 0 0.91 0.25 0.26
HSL 316.4º 0.84% 0.4% -
HSV(B) 316.4º 0.91% 0.74% -
XYZ 25.73 12.99 26.35 -
YUV 81.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 188 16 141 0 0.91 0.25 0.26 316.4 0.84 0.4
Hex BC 10 8D 0 5B 19 1A 13C 54 28
Octal 274 20 215 0 133 31 32 474 124 50
Binary 10111100 10000 10001101 0 1011011 11001 11010 100111100 1010100 101000

Color Harmonies of #BC108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC108D

Black with #BC108D

Text Example


Text Example

White with #BC108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC108D; }

 p { color: rgb(188,16,141); }

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

background-color css

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

 a { background-color: rgb(188,16,141); }

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

border-color css

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

 span { border-color: rgb(188,16,141); }

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