Html Css Color HEX #BC2975 Medium Red Violet

📋 copy color: '#BC2975'

red 188 ◦ green 41 ◦ blue 117

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

Shades of Medium Red Violet #BC2975

Tints of Medium Red Violet #BC2975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 54.34%
G = 11.85%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC2975 (or 0xBC2975) is known color: Medium Red Violet. HEX triplet: BC, 29 and 75. RGB value is (188,41,117). Sum of RGB (Red+Green+Blue) = 188+41+117=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2975 is #43D68A. Grayscale: #5D5D5D. Windows color (decimal): -4445835 or 7678396. OLE color: 7678396.

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

Color convert

RGB 188 41 117 -
CMYK 0 0.78 0.38 0.26
HSL 328.98º 0.64% 0.45% -
HSV(B) 328.98º 0.78% 0.74% -
XYZ 24.74 13.56 18.14 -
YUV 93.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 188 41 117 0 0.78 0.38 0.26 328.98 0.64 0.45
Hex BC 29 75 0 4E 26 1A 149 40 2D
Octal 274 51 165 0 116 46 32 511 100 55
Binary 10111100 101001 1110101 0 1001110 100110 11010 101001001 1000000 101101

Color Harmonies of #BC2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2975

Black with #BC2975

Text Example


Text Example

White with #BC2975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2975; }

 p { color: rgb(188,41,117); }

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

background-color css

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

 a { background-color: rgb(188,41,117); }

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

border-color css

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

 span { border-color: rgb(188,41,117); }

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