Html Css Color HEX #BC007C Medium Violet Red

📋 copy color: '#BC007C'

red 188 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #BC007C

Tints of Medium Violet Red #BC007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 60.26%
G = 0%
B = 39.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC007C (or 0xBC007C) is known color: Medium Violet Red. HEX triplet: BC, 00 and 7C. RGB value is (188,0,124). Sum of RGB (Red+Green+Blue) = 188+0+124=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC007C is #43FF83. Grayscale: #464646. Windows color (decimal): -4456324 or 8126652. OLE color: 8126652.

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

Color convert

RGB 188 0 124 -
CMYK 0 1 0.34 0.26
HSL 320.43º 1% 0.37% -
HSV(B) 320.43º 1% 0.74% -
XYZ 24.38 12.15 20.13 -
YUV 70.35 158.28 211.92 -
System Red Green Blue C M Y K H S L
Decimal 188 0 124 0 1 0.34 0.26 320.43 1 0.37
Hex BC 0 7C 0 64 22 1A 140 64 25
Octal 274 0 174 0 144 42 32 500 144 45
Binary 10111100 0 1111100 0 1100100 100010 11010 101000000 1100100 100101

Color Harmonies of #BC007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC007C

Black with #BC007C

Text Example


Text Example

White with #BC007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC007C; }

 p { color: rgb(188,0,124); }

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

background-color css

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

 a { background-color: rgb(188,0,124); }

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

border-color css

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

 span { border-color: rgb(188,0,124); }

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