Html Css Color HEX #BC278B Medium Red Violet

📋 copy color: '#BC278B'

red 188 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #BC278B

Tints of Medium Red Violet #BC278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 51.37%
G = 10.66%
B = 37.98%

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

#BC278B (or 0xBC278B) is known color: Medium Red Violet. HEX triplet: BC, 27 and 8B. RGB value is (188,39,139). Sum of RGB (Red+Green+Blue) = 188+39+139=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC278B is #43D874. Grayscale: #5E5E5E. Windows color (decimal): -4446325 or 9119676. OLE color: 9119676.

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

Color convert

RGB 188 39 139 -
CMYK 0 0.79 0.26 0.26
HSL 319.73º 0.66% 0.45% -
HSV(B) 319.73º 0.79% 0.74% -
XYZ 26.12 14.01 25.75 -
YUV 94.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 188 39 139 0 0.79 0.26 0.26 319.73 0.66 0.45
Hex BC 27 8B 0 4F 1A 1A 140 42 2D
Octal 274 47 213 0 117 32 32 500 102 55
Binary 10111100 100111 10001011 0 1001111 11010 11010 101000000 1000010 101101

Color Harmonies of #BC278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC278B

Black with #BC278B

Text Example


Text Example

White with #BC278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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