Html Css Color HEX #BC297F Medium Red Violet

📋 copy color: '#BC297F'

red 188 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #BC297F

Tints of Medium Red Violet #BC297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 52.81%
G = 11.52%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC297F (or 0xBC297F) is known color: Medium Red Violet. HEX triplet: BC, 29 and 7F. RGB value is (188,41,127). Sum of RGB (Red+Green+Blue) = 188+41+127=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC297F is #43D680. Grayscale: #5E5E5E. Windows color (decimal): -4445825 or 8333756. OLE color: 8333756.

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

Color convert

RGB 188 41 127 -
CMYK 0 0.78 0.32 0.26
HSL 324.9º 0.64% 0.45% -
HSV(B) 324.9º 0.78% 0.74% -
XYZ 25.36 13.81 21.41 -
YUV 94.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 188 41 127 0 0.78 0.32 0.26 324.9 0.64 0.45
Hex BC 29 7F 0 4E 20 1A 145 40 2D
Octal 274 51 177 0 116 40 32 505 100 55
Binary 10111100 101001 1111111 0 1001110 100000 11010 101000101 1000000 101101

Color Harmonies of #BC297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC297F

Black with #BC297F

Text Example


Text Example

White with #BC297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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