Html Css Color HEX #BC279A Medium Red Violet

📋 copy color: '#BC279A'

red 188 ◦ green 39 ◦ blue 154

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

Shades of Medium Red Violet #BC279A

Tints of Medium Red Violet #BC279A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 49.34%
G = 10.24%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC279A (or 0xBC279A) is known color: Medium Red Violet. HEX triplet: BC, 27 and 9A. RGB value is (188,39,154). Sum of RGB (Red+Green+Blue) = 188+39+154=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279A is #43D865. Grayscale: #606060. Windows color (decimal): -4446310 or 10102716. OLE color: 10102716.

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

Color convert

RGB 188 39 154 -
CMYK 0 0.79 0.18 0.26
HSL 313.69º 0.66% 0.45% -
HSV(B) 313.69º 0.79% 0.74% -
XYZ 27.3 14.48 31.93 -
YUV 96.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 188 39 154 0 0.79 0.18 0.26 313.69 0.66 0.45
Hex BC 27 9A 0 4F 12 1A 13A 42 2D
Octal 274 47 232 0 117 22 32 472 102 55
Binary 10111100 100111 10011010 0 1001111 10010 11010 100111010 1000010 101101

Color Harmonies of #BC279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC279A

Black with #BC279A

Text Example


Text Example

White with #BC279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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