Html Css Color HEX #BC2794 Medium Red Violet

📋 copy color: '#BC2794'

red 188 ◦ green 39 ◦ blue 148

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

Shades of Medium Red Violet #BC2794

Tints of Medium Red Violet #BC2794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 50.13%
G = 10.4%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC2794 (or 0xBC2794) is known color: Medium Red Violet. HEX triplet: BC, 27 and 94. RGB value is (188,39,148). Sum of RGB (Red+Green+Blue) = 188+39+148=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2794 is #43D86B. Grayscale: #5F5F5F. Windows color (decimal): -4446316 or 9709500. OLE color: 9709500.

HSL color Cylindrical-coordinate representation of color #BC2794: hue angle of 316.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2794 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 148 -
CMYK 0 0.79 0.21 0.26
HSL 316.11º 0.66% 0.45% -
HSV(B) 316.11º 0.79% 0.74% -
XYZ 26.81 14.28 29.36 -
YUV 95.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 188 39 148 0 0.79 0.21 0.26 316.11 0.66 0.45
Hex BC 27 94 0 4F 15 1A 13C 42 2D
Octal 274 47 224 0 117 25 32 474 102 55
Binary 10111100 100111 10010100 0 1001111 10101 11010 100111100 1000010 101101

Color Harmonies of #BC2794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2794

Black with #BC2794

Text Example


Text Example

White with #BC2794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2794; }

 p { color: rgb(188,39,148); }

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

background-color css

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

 a { background-color: rgb(188,39,148); }

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

border-color css

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

 span { border-color: rgb(188,39,148); }

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