Html Css Color HEX #BC2B6E Medium Red Violet

📋 copy color: '#BC2B6E'

red 188 ◦ green 43 ◦ blue 110

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

Shades of Medium Red Violet #BC2B6E

Tints of Medium Red Violet #BC2B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 55.13%
G = 12.61%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC2B6E (or 0xBC2B6E) is known color: Medium Red Violet. HEX triplet: BC, 2B and 6E. RGB value is (188,43,110). Sum of RGB (Red+Green+Blue) = 188+43+110=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B6E is #43D491. Grayscale: #5D5D5D. Windows color (decimal): -4445330 or 7220156. OLE color: 7220156.

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

Color convert

RGB 188 43 110 -
CMYK 0 0.77 0.41 0.26
HSL 332.28º 0.63% 0.45% -
HSV(B) 332.28º 0.77% 0.74% -
XYZ 24.42 13.54 16.08 -
YUV 93.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 188 43 110 0 0.77 0.41 0.26 332.28 0.63 0.45
Hex BC 2B 6E 0 4D 29 1A 14C 3F 2D
Octal 274 53 156 0 115 51 32 514 77 55
Binary 10111100 101011 1101110 0 1001101 101001 11010 101001100 111111 101101

Color Harmonies of #BC2B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B6E

Black with #BC2B6E

Text Example


Text Example

White with #BC2B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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