Html Css Color HEX #BC047A Medium Violet Red

📋 copy color: '#BC047A'

red 188 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #BC047A

Tints of Medium Violet Red #BC047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 59.87%
G = 1.27%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC047A (or 0xBC047A) is known color: Medium Violet Red. HEX triplet: BC, 04 and 7A. RGB value is (188,4,122). Sum of RGB (Red+Green+Blue) = 188+4+122=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC047A is #43FB85. Grayscale: #484848. Windows color (decimal): -4455302 or 7996604. OLE color: 7996604.

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

Color convert

RGB 188 4 122 -
CMYK 0 0.98 0.35 0.26
HSL 321.52º 0.96% 0.38% -
HSV(B) 321.52º 0.98% 0.74% -
XYZ 24.3 12.18 19.48 -
YUV 72.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 188 4 122 0 0.98 0.35 0.26 321.52 0.96 0.38
Hex BC 4 7A 0 62 23 1A 142 60 26
Octal 274 4 172 0 142 43 32 502 140 46
Binary 10111100 100 1111010 0 1100010 100011 11010 101000010 1100000 100110

Color Harmonies of #BC047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC047A

Black with #BC047A

Text Example


Text Example

White with #BC047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC047A; }

 p { color: rgb(188,4,122); }

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

background-color css

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

 a { background-color: rgb(188,4,122); }

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

border-color css

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

 span { border-color: rgb(188,4,122); }

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