Html Css Color HEX #BC278C Medium Red Violet

📋 copy color: '#BC278C'

red 188 ◦ green 39 ◦ blue 140

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

Shades of Medium Red Violet #BC278C

Tints of Medium Red Violet #BC278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 51.23%
G = 10.63%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC278C (or 0xBC278C) is known color: Medium Red Violet. HEX triplet: BC, 27 and 8C. RGB value is (188,39,140). Sum of RGB (Red+Green+Blue) = 188+39+140=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC278C is #43D873. Grayscale: #5E5E5E. Windows color (decimal): -4446324 or 9185212. OLE color: 9185212.

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

Color convert

RGB 188 39 140 -
CMYK 0 0.79 0.26 0.26
HSL 319.33º 0.66% 0.45% -
HSV(B) 319.33º 0.79% 0.74% -
XYZ 26.2 14.04 26.14 -
YUV 95.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 188 39 140 0 0.79 0.26 0.26 319.33 0.66 0.45
Hex BC 27 8C 0 4F 1A 1A 13F 42 2D
Octal 274 47 214 0 117 32 32 477 102 55
Binary 10111100 100111 10001100 0 1001111 11010 11010 100111111 1000010 101101

Color Harmonies of #BC278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC278C

Black with #BC278C

Text Example


Text Example

White with #BC278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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