Html Css Color HEX #BC277E Medium Red Violet

📋 copy color: '#BC277E'

red 188 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #BC277E

Tints of Medium Red Violet #BC277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 53.26%
G = 11.05%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC277E (or 0xBC277E) is known color: Medium Red Violet. HEX triplet: BC, 27 and 7E. RGB value is (188,39,126). Sum of RGB (Red+Green+Blue) = 188+39+126=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC277E is #43D881. Grayscale: #5D5D5D. Windows color (decimal): -4446338 or 8267708. OLE color: 8267708.

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

Color convert

RGB 188 39 126 -
CMYK 0 0.79 0.33 0.26
HSL 324.97º 0.66% 0.45% -
HSV(B) 324.97º 0.79% 0.74% -
XYZ 25.23 13.65 21.04 -
YUV 93.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 188 39 126 0 0.79 0.33 0.26 324.97 0.66 0.45
Hex BC 27 7E 0 4F 21 1A 145 42 2D
Octal 274 47 176 0 117 41 32 505 102 55
Binary 10111100 100111 1111110 0 1001111 100001 11010 101000101 1000010 101101

Color Harmonies of #BC277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC277E

Black with #BC277E

Text Example


Text Example

White with #BC277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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