Html Css Color HEX #BC078A Medium Violet Red

📋 copy color: '#BC078A'

red 188 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #BC078A

Tints of Medium Violet Red #BC078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 56.46%
G = 2.1%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC078A (or 0xBC078A) is known color: Medium Violet Red. HEX triplet: BC, 07 and 8A. RGB value is (188,7,138). Sum of RGB (Red+Green+Blue) = 188+7+138=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC078A is #43F875. Grayscale: #4B4B4B. Windows color (decimal): -4454518 or 9045948. OLE color: 9045948.

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

Color convert

RGB 188 7 138 -
CMYK 0 0.96 0.27 0.26
HSL 316.57º 0.93% 0.38% -
HSV(B) 316.57º 0.96% 0.74% -
XYZ 25.4 12.68 25.15 -
YUV 76.05 162.97 207.85 -
System Red Green Blue C M Y K H S L
Decimal 188 7 138 0 0.96 0.27 0.26 316.57 0.93 0.38
Hex BC 7 8A 0 60 1B 1A 13D 5D 26
Octal 274 7 212 0 140 33 32 475 135 46
Binary 10111100 111 10001010 0 1100000 11011 11010 100111101 1011101 100110

Color Harmonies of #BC078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC078A

Black with #BC078A

Text Example


Text Example

White with #BC078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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