Html Css Color HEX #BC2786 Medium Red Violet

📋 copy color: '#BC2786'

red 188 ◦ green 39 ◦ blue 134

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

Shades of Medium Red Violet #BC2786

Tints of Medium Red Violet #BC2786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.12%

R = 52.08%
G = 10.8%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC2786 (or 0xBC2786) is known color: Medium Red Violet. HEX triplet: BC, 27 and 86. RGB value is (188,39,134). Sum of RGB (Red+Green+Blue) = 188+39+134=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2786 is #43D879. Grayscale: #5E5E5E. Windows color (decimal): -4446330 or 8791996. OLE color: 8791996.

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

Color convert

RGB 188 39 134 -
CMYK 0 0.79 0.29 0.26
HSL 321.75º 0.66% 0.45% -
HSV(B) 321.75º 0.79% 0.74% -
XYZ 25.77 13.86 23.87 -
YUV 94.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 188 39 134 0 0.79 0.29 0.26 321.75 0.66 0.45
Hex BC 27 86 0 4F 1D 1A 142 42 2D
Octal 274 47 206 0 117 35 32 502 102 55
Binary 10111100 100111 10000110 0 1001111 11101 11010 101000010 1000010 101101

Color Harmonies of #BC2786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2786

Black with #BC2786

Text Example


Text Example

White with #BC2786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2786; }

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

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

background-color css

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

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

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

border-color css

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

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

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