Html Css Color HEX #BC2C8B Medium Red Violet

📋 copy color: '#BC2C8B'

red 188 ◦ green 44 ◦ blue 139

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

Shades of Medium Red Violet #BC2C8B

Tints of Medium Red Violet #BC2C8B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.86%

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

R = 50.67%
G = 11.86%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC2C8B (or 0xBC2C8B) is known color: Medium Red Violet. HEX triplet: BC, 2C and 8B. RGB value is (188,44,139). Sum of RGB (Red+Green+Blue) = 188+44+139=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2C8B is #43D374. Grayscale: #616161. Windows color (decimal): -4445045 or 9120956. OLE color: 9120956.

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

Color convert

RGB 188 44 139 -
CMYK 0 0.77 0.26 0.26
HSL 320.42º 0.62% 0.45% -
HSV(B) 320.42º 0.77% 0.74% -
XYZ 26.3 14.36 25.81 -
YUV 97.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 188 44 139 0 0.77 0.26 0.26 320.42 0.62 0.45
Hex BC 2C 8B 0 4D 1A 1A 140 3E 2D
Octal 274 54 213 0 115 32 32 500 76 55
Binary 10111100 101100 10001011 0 1001101 11010 11010 101000000 111110 101101

Color Harmonies of #BC2C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C8B

Black with #BC2C8B

Text Example


Text Example

White with #BC2C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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