Html Css Color HEX #BC076F Medium Violet Red

📋 copy color: '#BC076F'

red 188 ◦ green 7 ◦ blue 111

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

Shades of Medium Violet Red #BC076F

Tints of Medium Violet Red #BC076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 61.44%
G = 2.29%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC076F (or 0xBC076F) is known color: Medium Violet Red. HEX triplet: BC, 07 and 6F. RGB value is (188,7,111). Sum of RGB (Red+Green+Blue) = 188+7+111=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC076F is #43F890. Grayscale: #484848. Windows color (decimal): -4454545 or 7276476. OLE color: 7276476.

HSL color Cylindrical-coordinate representation of color #BC076F: hue angle of 325.52º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC076F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 7 111 -
CMYK 0 0.96 0.41 0.26
HSL 325.52º 0.93% 0.38% -
HSV(B) 325.52º 0.96% 0.74% -
XYZ 23.68 11.99 16.11 -
YUV 72.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 188 7 111 0 0.96 0.41 0.26 325.52 0.93 0.38
Hex BC 7 6F 0 60 29 1A 146 5D 26
Octal 274 7 157 0 140 51 32 506 135 46
Binary 10111100 111 1101111 0 1100000 101001 11010 101000110 1011101 100110

Color Harmonies of #BC076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC076F

Black with #BC076F

Text Example


Text Example

White with #BC076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC076F; }

 p { color: rgb(188,7,111); }

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

background-color css

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

 a { background-color: rgb(188,7,111); }

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

border-color css

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

 span { border-color: rgb(188,7,111); }

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