Html Css Color HEX #BC107E Medium Violet Red

📋 copy color: '#BC107E'

red 188 ◦ green 16 ◦ blue 126

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

Shades of Medium Violet Red #BC107E

Tints of Medium Violet Red #BC107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 56.97%
G = 4.85%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC107E (or 0xBC107E) is known color: Medium Violet Red. HEX triplet: BC, 10 and 7E. RGB value is (188,16,126). Sum of RGB (Red+Green+Blue) = 188+16+126=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC107E is #43EF81. Grayscale: #4F4F4F. Windows color (decimal): -4452226 or 8261820. OLE color: 8261820.

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

Color convert

RGB 188 16 126 -
CMYK 0 0.91 0.33 0.26
HSL 321.63º 0.84% 0.4% -
HSV(B) 321.63º 0.91% 0.74% -
XYZ 24.69 12.57 20.86 -
YUV 79.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 188 16 126 0 0.91 0.33 0.26 321.63 0.84 0.4
Hex BC 10 7E 0 5B 21 1A 142 54 28
Octal 274 20 176 0 133 41 32 502 124 50
Binary 10111100 10000 1111110 0 1011011 100001 11010 101000010 1010100 101000

Color Harmonies of #BC107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC107E

Black with #BC107E

Text Example


Text Example

White with #BC107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC107E; }

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

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

background-color css

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

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

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

border-color css

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

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

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