Html Css Color HEX #BC279E Medium Red Violet

📋 copy color: '#BC279E'

red 188 ◦ green 39 ◦ blue 158

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

Shades of Medium Red Violet #BC279E

Tints of Medium Red Violet #BC279E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 48.83%
G = 10.13%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC279E (or 0xBC279E) is known color: Medium Red Violet. HEX triplet: BC, 27 and 9E. RGB value is (188,39,158). Sum of RGB (Red+Green+Blue) = 188+39+158=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279E is #43D861. Grayscale: #606060. Windows color (decimal): -4446306 or 10364860. OLE color: 10364860.

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

Color convert

RGB 188 39 158 -
CMYK 0 0.79 0.16 0.26
HSL 312.08º 0.66% 0.45% -
HSV(B) 312.08º 0.79% 0.74% -
XYZ 27.64 14.61 33.71 -
YUV 97.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 188 39 158 0 0.79 0.16 0.26 312.08 0.66 0.45
Hex BC 27 9E 0 4F 10 1A 138 42 2D
Octal 274 47 236 0 117 20 32 470 102 55
Binary 10111100 100111 10011110 0 1001111 10000 11010 100111000 1000010 101101

Color Harmonies of #BC279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC279E

Black with #BC279E

Text Example


Text Example

White with #BC279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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