Html Css Color HEX #BC2596 Medium Red Violet

📋 copy color: '#BC2596'

red 188 ◦ green 37 ◦ blue 150

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

Shades of Medium Red Violet #BC2596

Tints of Medium Red Violet #BC2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 50.13%
G = 9.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC2596 (or 0xBC2596) is known color: Medium Red Violet. HEX triplet: BC, 25 and 96. RGB value is (188,37,150). Sum of RGB (Red+Green+Blue) = 188+37+150=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2596 is #43DA69. Grayscale: #5E5E5E. Windows color (decimal): -4446826 or 9840060. OLE color: 9840060.

HSL color Cylindrical-coordinate representation of color #BC2596: hue angle of 315.1º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2596 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 150 -
CMYK 0 0.80 0.20 0.26
HSL 315.1º 0.67% 0.44% -
HSV(B) 315.1º 0.8% 0.74% -
XYZ 26.91 14.22 30.18 -
YUV 95.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 188 37 150 0 0.80 0.20 0.26 315.1 0.67 0.44
Hex BC 25 96 0 50 14 1A 13B 43 2C
Octal 274 45 226 0 120 24 32 473 103 54
Binary 10111100 100101 10010110 0 1010000 10100 11010 100111011 1000011 101100

Color Harmonies of #BC2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2596

Black with #BC2596

Text Example


Text Example

White with #BC2596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2596; }

 p { color: rgb(188,37,150); }

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

background-color css

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

 a { background-color: rgb(188,37,150); }

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

border-color css

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

 span { border-color: rgb(188,37,150); }

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