Html Css Color HEX #BC2B87 Medium Red Violet

📋 copy color: '#BC2B87'

red 188 ◦ green 43 ◦ blue 135

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

Shades of Medium Red Violet #BC2B87

Tints of Medium Red Violet #BC2B87

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

 BLUE value IS 135 (53.13% from 255) = 36.89%

R = 51.37%
G = 11.75%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC2B87 (or 0xBC2B87) is known color: Medium Red Violet. HEX triplet: BC, 2B and 87. RGB value is (188,43,135). Sum of RGB (Red+Green+Blue) = 188+43+135=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B87 is #43D478. Grayscale: #606060. Windows color (decimal): -4445305 or 8858556. OLE color: 8858556.

HSL color Cylindrical-coordinate representation of color #BC2B87: hue angle of 321.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B87 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 135 -
CMYK 0 0.77 0.28 0.26
HSL 321.93º 0.63% 0.45% -
HSV(B) 321.93º 0.77% 0.74% -
XYZ 25.98 14.17 24.29 -
YUV 96.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 188 43 135 0 0.77 0.28 0.26 321.93 0.63 0.45
Hex BC 2B 87 0 4D 1C 1A 142 3F 2D
Octal 274 53 207 0 115 34 32 502 77 55
Binary 10111100 101011 10000111 0 1001101 11100 11010 101000010 111111 101101

Color Harmonies of #BC2B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B87

Black with #BC2B87

Text Example


Text Example

White with #BC2B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B87; }

 p { color: rgb(188,43,135); }

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

background-color css

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

 a { background-color: rgb(188,43,135); }

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

border-color css

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

 span { border-color: rgb(188,43,135); }

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