Html Css Color HEX #BC007F Medium Violet Red

📋 copy color: '#BC007F'

red 188 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #BC007F

Tints of Medium Violet Red #BC007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.32%

R = 59.68%
G = 0%
B = 40.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC007F (or 0xBC007F) is known color: Medium Violet Red. HEX triplet: BC, 00 and 7F. RGB value is (188,0,127). Sum of RGB (Red+Green+Blue) = 188+0+127=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC007F is #43FF80. Grayscale: #464646. Windows color (decimal): -4456321 or 8323260. OLE color: 8323260.

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

Color convert

RGB 188 0 127 -
CMYK 0 1 0.32 0.26
HSL 319.47º 1% 0.37% -
HSV(B) 319.47º 1% 0.74% -
XYZ 24.57 12.22 21.14 -
YUV 70.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 188 0 127 0 1 0.32 0.26 319.47 1 0.37
Hex BC 0 7F 0 64 20 1A 13F 64 25
Octal 274 0 177 0 144 40 32 477 144 45
Binary 10111100 0 1111111 0 1100100 100000 11010 100111111 1100100 100101

Color Harmonies of #BC007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC007F

Black with #BC007F

Text Example


Text Example

White with #BC007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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