Html Css Color HEX #BC3572 Medium Red Violet

📋 copy color: '#BC3572'

red 188 ◦ green 53 ◦ blue 114

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

Shades of Medium Red Violet #BC3572

Tints of Medium Red Violet #BC3572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 52.96%
G = 14.93%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC3572 (or 0xBC3572) is known color: Medium Red Violet. HEX triplet: BC, 35 and 72. RGB value is (188,53,114). Sum of RGB (Red+Green+Blue) = 188+53+114=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3572 is #43CA8D. Grayscale: #646464. Windows color (decimal): -4442766 or 7484860. OLE color: 7484860.

HSL color Cylindrical-coordinate representation of color #BC3572: hue angle of 332.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3572 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 114 -
CMYK 0 0.72 0.39 0.26
HSL 332.89º 0.56% 0.47% -
HSV(B) 332.89º 0.72% 0.74% -
XYZ 25.05 14.45 17.39 -
YUV 100.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 188 53 114 0 0.72 0.39 0.26 332.89 0.56 0.47
Hex BC 35 72 0 48 27 1A 14D 38 2F
Octal 274 65 162 0 110 47 32 515 70 57
Binary 10111100 110101 1110010 0 1001000 100111 11010 101001101 111000 101111

Color Harmonies of #BC3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3572

Black with #BC3572

Text Example


Text Example

White with #BC3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3572; }

 p { color: rgb(188,53,114); }

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

background-color css

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

 a { background-color: rgb(188,53,114); }

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

border-color css

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

 span { border-color: rgb(188,53,114); }

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