Html Css Color HEX #BC217F Medium Violet Red

📋 copy color: '#BC217F'

red 188 ◦ green 33 ◦ blue 127

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

Shades of Medium Violet Red #BC217F

Tints of Medium Violet Red #BC217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 54.02%
G = 9.48%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC217F (or 0xBC217F) is known color: Medium Violet Red. HEX triplet: BC, 21 and 7F. RGB value is (188,33,127). Sum of RGB (Red+Green+Blue) = 188+33+127=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC217F is #43DE80. Grayscale: #595959. Windows color (decimal): -4447873 or 8331708. OLE color: 8331708.

HSL color Cylindrical-coordinate representation of color #BC217F: hue angle of 323.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC217F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 127 -
CMYK 0 0.82 0.32 0.26
HSL 323.61º 0.7% 0.43% -
HSV(B) 323.61º 0.82% 0.74% -
XYZ 25.11 13.31 21.32 -
YUV 90.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 188 33 127 0 0.82 0.32 0.26 323.61 0.7 0.43
Hex BC 21 7F 0 52 20 1A 144 46 2B
Octal 274 41 177 0 122 40 32 504 106 53
Binary 10111100 100001 1111111 0 1010010 100000 11010 101000100 1000110 101011

Color Harmonies of #BC217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC217F

Black with #BC217F

Text Example


Text Example

White with #BC217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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